Checkout submodule in action
This commit is contained in:
parent
5f909c7b88
commit
0b5fbc973c
@ -12,6 +12,8 @@ jobs:
|
||||
tool: zola@0.19.1
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Build
|
||||
run: zola build
|
||||
- name: Upload
|
||||
|
Loading…
Reference in New Issue
Block a user