mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
ci: install hugo module
This commit is contained in:
2
.github/workflows/document.yml
vendored
2
.github/workflows/document.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
|||||||
- name: Build Webpage
|
- name: Build Webpage
|
||||||
working-directory: ./docs/
|
working-directory: ./docs/
|
||||||
run: |
|
run: |
|
||||||
|
hugo mod init github.com/repo/path
|
||||||
|
hugo mod get -u
|
||||||
hugo --minify
|
hugo --minify
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
Reference in New Issue
Block a user