Skip to content

Commit

Permalink
Update .github/workflows/docs.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: David Hoeller <[email protected]>
  • Loading branch information
Dhoeller19 authored Oct 17, 2024
1 parent fa2951e commit 6a52b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Check branch docs building
if: ${{ github.event_name == 'pull_request' }}
working-directory: ./docs
run: make single-docs
run: |
make single-docs
rm -rf _build/latest
- name: Generate multi-version docs
working-directory: ./docs
Expand Down

0 comments on commit 6a52b87

Please sign in to comment.