Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jul 11, 2024
1 parent 408ee82 commit 7b2bdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build/html
- name: Publish
run: |
poetry version ${{ github.event.inputs.version }}
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry build && poetry publish
folder: docs/_build/html
2 changes: 1 addition & 1 deletion docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
workdir = Path(__file__).parent.parent
call(
shlex.split(
"poetry run sphinx-apidoc -o docs/source thundra thundra.core thundra.profiler thundra.storage"
"poetry run sphinx-apidoc -o docs/source thundra thundra.button thundra.core thundra.profiler thundra.storage"
)
)
call(shlex.split("poetry run make html"), cwd=workdir / "docs")
Expand Down

0 comments on commit 7b2bdb3

Please sign in to comment.