docs: Add submodules to actions/checkout
https://github.com/peaceiris/actions-hugo/issues/42
This commit is contained in:
parent
a1adb3bb7b
commit
b46070141b
|
@ -67,6 +67,8 @@ jobs:
|
||||||
# runs-on: windows-2019
|
# runs-on: windows-2019
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue