Skip to content

Commit

Permalink
Fix invalid GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewray committed Oct 5, 2023
1 parent 61d4ccd commit b6e2dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hugo-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -19,7 +19,7 @@ env:

jobs:
deploy:
if: ${{ env.GITHUB == 'true' }}
if: ${{ env.GHUB_YES == 'true' }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit b6e2dd5

Please sign in to comment.