Skip to content

Commit

Permalink
Update 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 18, 2024
1 parent a34beda commit e0af2b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
name: docs-html
path: ./docs/_build

- name: Clean up docs artifact
run: |
if [ -d "./docs/_build/current" ]; then
rm -r ./docs/_build/current
fi
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit e0af2b6

Please sign in to comment.