Skip to content

Commit

Permalink
Update book checkout to include submodules via recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
fils committed Aug 18, 2023
1 parent ec1d356 commit 5d2513e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Install graphviz
run: sudo apt-get update && sudo apt-get install graphviz
Expand Down

0 comments on commit 5d2513e

Please sign in to comment.