mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
docs: Add submodules to actions/checkout
https://github.com/peaceiris/actions-hugo/issues/42
This commit is contained in:
parent
551961e807
commit
13d694636e
@ -96,11 +96,13 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
# with:
|
||||||
|
# submodules: true
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.2.0
|
uses: peaceiris/actions-hugo@v2.2.0
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.58.2'
|
hugo-version: '0.58.3'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --gc --minify --cleanDestinationDir
|
run: hugo --gc --minify --cleanDestinationDir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user