Skip to content

Commit

Permalink
qqqq
Browse files Browse the repository at this point in the history
  • Loading branch information
r0f1 committed Dec 11, 2024
1 parent 31bba27 commit 76c207b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,16 @@ jobs:
run: uv sync --all-extras --dev

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/source"
pre-build-command: ". .venv/bin/activate"
build-command: "sphinx-build -b html . _build"
run: uv run sphinx-build docs/source docs/build/html

- 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
1 change: 0 additions & 1 deletion docs/source/requirements.txt

This file was deleted.

0 comments on commit 76c207b

Please sign in to comment.