Skip to content

Commit 2d37d83

Browse files
committed
include submodules
1 parent 96e653b commit 2d37d83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
submodules: true
1315

1416
- name: Setup Hugo
1517
uses: peaceiris/actions-hugo@v3
@@ -19,9 +21,6 @@ jobs:
1921
- name: Build Hugo site
2022
run: hugo build --minify
2123

22-
- name: List Hugo build output
23-
run: ls -R public/
24-
2524
- name: Authenticate to Google Cloud
2625
uses: google-github-actions/auth@v3
2726
with:

0 commit comments

Comments
 (0)