Fix submodule checkout in workflow
Build & Deploy / deploy (push) Failing after 9s

This commit is contained in:
2026-06-06 18:57:42 +02:00
parent dbf7af4041
commit 1df9c8ef18
+5 -1
View File
@@ -10,7 +10,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: recursive fetch-depth: 0
- name: Checkout submodules
run: |
git submodule update --init --recursive
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3