From 3cf787b1188190a13d38feb57f0b392bcc8f47f4 Mon Sep 17 00:00:00 2001 From: John Ewart Date: Tue, 14 Jun 2022 19:10:33 -0700 Subject: [PATCH] Bump Hugo version --- .github/workflows/website-root.yml | 4 ++-- .github/workflows/website-v1-7.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index 835e747ee7e..cec283ad389 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -25,7 +25,7 @@ jobs: uses: Azure/static-web-apps-deploy@v0.0.1-preview env: HUGO_ENV: production - HUGO_VERSION: "0.74.3" + HUGO_VERSION: "0.100.2" with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) @@ -50,4 +50,4 @@ jobs: with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }} skip_deploy_on_missing_secrets: true - action: "close" \ No newline at end of file + action: "close" diff --git a/.github/workflows/website-v1-7.yml b/.github/workflows/website-v1-7.yml index 5fda5b05cdf..912d347044a 100644 --- a/.github/workflows/website-v1-7.yml +++ b/.github/workflows/website-v1-7.yml @@ -25,7 +25,7 @@ jobs: uses: Azure/static-web-apps-deploy@v0.0.1-preview env: HUGO_ENV: production - HUGO_VERSION: "0.74.3" + HUGO_VERSION: "0.100.2" with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_7 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)