Skip to content

Commit

Permalink
Add submodules: recursive to .github/workflows/*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 8, 2023
1 parent 974cbc9 commit f9b63b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: rebuild
run: make rebuild
- name: check uncommitted changes
run: bash scripts/check-uncommitted-changes.sh
run: bash core/scripts/check-uncommitted-changes.sh
- name: tests
run: make -C tests
3 changes: 2 additions & 1 deletion .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: build
run: make
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: deploy
run: bash scripts/update-gh-pages.sh
run: bash core/scripts/update-gh-pages.sh

0 comments on commit f9b63b1

Please sign in to comment.