We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02577dc commit 7035fa5Copy full SHA for 7035fa5
1 file changed
.github/workflows/hugo.yaml
@@ -53,8 +53,9 @@ jobs:
53
- name: Checkout
54
uses: actions/checkout@v4
55
with:
56
- submodules: recursive
57
fetch-depth: 0
+ - name: Checkout Submodules
58
+ run: git submodule update --init --recursive
59
- name: Configurando Github Pages
60
id: pages
61
uses: actions/configure-pages@v5
0 commit comments