Skip to content

Commit

Permalink
bbbbb
Browse files Browse the repository at this point in the history
  • Loading branch information
r0f1 committed Dec 11, 2024
1 parent 18831ff commit b00f285
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/source"
build-command: "sphinx-build -b html . _build"

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/build/html/
path: docs/_build/html/

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: docs/_build/html

0 comments on commit b00f285

Please sign in to comment.