Skip to content

Commit 6cb51ac

Browse files
committed
Add submodules checkout to GitHub Pages workflow
1 parent 247a022 commit 6cb51ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13+
with:
14+
submodules: true
1315
- name: Setup Pages
1416
uses: actions/configure-pages@v5
1517
- name: Setup Hugo
1618
uses: peaceiris/actions-hugo@v3
1719
with:
18-
hugo-version: '0.147.8'
20+
hugo-version: '0.148.1'
1921
- uses: actions/setup-node@v4
2022
with:
2123
node-version: 22

0 commit comments

Comments
 (0)