Skip to content

Commit

Permalink
CI: update pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 25, 2023
1 parent a2725c1 commit b68f051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run sphinx
run: poetry run sphinx-build -W -b html docs public
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: public

Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

pytest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b68f051

Please sign in to comment.