Skip to content

Commit

Permalink
ci: Recursively checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Feb 17, 2024
1 parent bf59f35 commit 9560b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.18.0
Expand Down

0 comments on commit 9560b2c

Please sign in to comment.