Skip to content

Commit 7035fa5

Browse files
committed
ci: use manual submodule checkout
1 parent 02577dc commit 7035fa5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- name: Checkout
5454
uses: actions/checkout@v4
5555
with:
56-
submodules: recursive
5756
fetch-depth: 0
57+
- name: Checkout Submodules
58+
run: git submodule update --init --recursive
5859
- name: Configurando Github Pages
5960
id: pages
6061
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)