Skip to content

Commit

Permalink
Use Hugo setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 18, 2023
1 parent 691c916 commit 6c0502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# run: ./link-verifier --dirs layouts --includes *.html --ignore-status-codes 999,400,429,403 --timeout 90
- name: Build website
run: |
./hugo
hugo
echo automatedascent.com >> public/CNAME
- name: Deploy website
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6c0502c

Please sign in to comment.