Skip to content

Commit 1918e8b

Browse files
committed
actually checkout repo
1 parent a0a47f5 commit 1918e8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
steps:
28+
- name: Checkout
29+
uses: actions/checkout@v5
30+
with:
31+
submodules: recursive
32+
fetch-depth: 0
2833
- name: Setup Pages
2934
id: pages
3035
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)