Skip to content

Commit

Permalink
ci: install hugo module
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 15, 2024
1 parent bb2542f commit 6cf003f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Build Webpage
working-directory: ./docs/
run: |
hugo mod init github.com/repo/path
hugo mod get -u
hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6cf003f

Please sign in to comment.