Skip to content

Commit 13d6946

Browse files
committed
docs: Add submodules to actions/checkout
peaceiris/actions-hugo#42
1 parent 551961e commit 13d6946

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ jobs:
9696
runs-on: ubuntu-18.04
9797
steps:
9898
- uses: actions/checkout@master
99+
# with:
100+
# submodules: true
99101

100102
- name: Setup Hugo
101103
uses: peaceiris/[email protected]
102104
with:
103-
hugo-version: '0.58.2'
105+
hugo-version: '0.58.3'
104106

105107
- name: Build
106108
run: hugo --gc --minify --cleanDestinationDir

0 commit comments

Comments
 (0)