diff --git a/.github/workflows/deploy-hugo-site.yml b/.github/workflows/deploy-hugo-site.yml index f6635bbee..f1492d2c2 100644 --- a/.github/workflows/deploy-hugo-site.yml +++ b/.github/workflows/deploy-hugo-site.yml @@ -6,7 +6,7 @@ on: - main env: - GITHUB: true + GHUB_YES: false HUGO_VERSION: 0.119.0 # will get Extended Version below HUGO_NPM: true # choices: 'true' and 'false' (mainly checking only for [== "true"]) # ^^ refers to whether we're using the npm pkg `hugo-installer` @@ -19,7 +19,7 @@ env: jobs: deploy: - if: ${{ env.GITHUB == 'true' }} + if: ${{ env.GHUB_YES == 'true' }} runs-on: ubuntu-latest permissions: contents: read