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 2ba6b72 commit b43760d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
working-directory: ./docs
run: |
make current-docs
rm -rf _build/current
- name: Generate multi-version docs
working-directory: ./docs
Expand Down Expand Up @@ -68,12 +67,6 @@ 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 b43760d

Please sign in to comment.