虫 where?
parent
a6061730d4
commit
70c65b14c2
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: 0.94.0
|
||||||
extended: true
|
extended: true
|
||||||
- name: Build `mtf.wiki`
|
- name: Build `mtf.wiki`
|
||||||
run: hugo --minify --enableGitInfo
|
run: hugo --minify --enableGitInfo
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: 0.94.0
|
||||||
extended: true
|
extended: true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/zdoc"]
|
[submodule "themes/zdoc"]
|
||||||
path = themes/zdoc
|
path = themes/zdoc
|
||||||
url = git@github.com:mtf-wiki/hugo-theme-zdoc.git
|
url = https://github.com/mtf-wiki/hugo-theme-zdoc.git
|
||||||
|
|
Loading…
Reference in New Issue