Skip to content

Commit

Permalink
chore: force hugo action version to 0.127.0
Browse files Browse the repository at this point in the history
This due to issue with main road : Vimux/Mainroad#369
  • Loading branch information
kanedafromparis committed Aug 13, 2024
1 parent 6636a4d commit e526ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.127.0'
# extended: true

- name: Restore Hugo cache
Expand All @@ -43,7 +43,7 @@ jobs:
run: hugo --minify --baseURL https://${{ vars.DOMAIN }}

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
Expand Down

0 comments on commit e526ccf

Please sign in to comment.