Skip to content

Commit aa1d1e4

Browse files
committed
make sure github actions pulls submodules
1 parent ad4fb57 commit aa1d1e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/github-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: recursive
1618

1719
- name: Setup Hugo
1820
uses: peaceiris/actions-hugo@v2

0 commit comments

Comments
 (0)