Skip to content

Commit

Permalink
Merge branch 'source' of github.com:aviskase/aviskase.github.io into …
Browse files Browse the repository at this point in the history
…source
  • Loading branch information
aviskase committed Dec 7, 2023
2 parents aebaae1 + 47f8260 commit 641f72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Read .env
run: |
. ./.env
echo "HUGO_VERSION=${HUGO_VERSION}" >> $GITHUB_ENV
echo "HUGO_VERSION=${HUGO_VERSION}" >> "${GITHUB_OUTPUT}"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '${{ env.HUGO_VERSION }}'
hugo-version: '${{ steps.hugo-version.outputs.HUGO_VERSION }}'
extended: true

- name: Setup Node.js
Expand Down

0 comments on commit 641f72e

Please sign in to comment.