Skip to content

Commit

Permalink
ci: Checkout workspace directory before docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jan 16, 2024
1 parent 98dcbde commit f9447ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build docs
run: mkdocs build
run: |
bender update && bender checkout
mkdocs build
#######################
# Build SW for Occamy #
Expand Down

0 comments on commit f9447ba

Please sign in to comment.