Skip to content

Commit

Permalink
Have to check out submodules in a separate step... whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Susan Vanderplas committed Dec 21, 2023
1 parent bd74a4b commit edebe8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit edebe8b

Please sign in to comment.