ci: install hugo module

This commit is contained in:
ToruNiina
2024-06-15 22:21:32 +09:00
parent bb2542f2bf
commit 6cf003f374

View File

@@ -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