Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
j1c committed Apr 7, 2024
1 parent ffca8f6 commit 056a260
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ jobs:
pip install -U pip setuptools wheel
pip install -r docs/requirements.txt
sphinx-build -a docs/ docs/_build/html
- name: Archive documentation artifacts
uses: actions/upload-artifact@v4
with:
name: documentation-site
path: docs/_build/html
- name: "GitHub Pages action"
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
Expand Down

0 comments on commit 056a260

Please sign in to comment.