mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-05 17:53:43 +00: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
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
# with:
|
||||
# submodules: true
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2.2.0
|
||||
with:
|
||||
hugo-version: '0.58.2'
|
||||
hugo-version: '0.58.3'
|
||||
|
||||
- name: Build
|
||||
run: hugo --gc --minify --cleanDestinationDir
|
||||
|
Loading…
x
Reference in New Issue
Block a user