Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardz1 committed Jan 12, 2025
1 parent 88d3c3a commit 0417b00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
persist-credentials: false
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: docs
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: _docs/build/html/
path: docs/_docs/build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _docs/build/html
publish_dir: docs/_docs/build/html

0 comments on commit 0417b00

Please sign in to comment.