Skip to content

Commit

Permalink
fix action for auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
goemon07 committed Oct 31, 2023
1 parent b4d0e43 commit 6c56b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.119.0'
# extended: true

- name: Build
run: hugo -D
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6c56b4f

Please sign in to comment.