Skip to content

Commit

Permalink
upload-pages-artifact: 2 -> 3, deploy-pages: 3 -> 4
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 19, 2023
1 parent 307aed2 commit 0043122
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 @@ -41,7 +41,7 @@ jobs:
- run: poetry install
- name: Run sphinx
run: poetry run sphinx-build -W -b html docs public
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: public

Expand All @@ -56,7 +56,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/deploy-pages@v3
- uses: actions/deploy-pages@v4
id: deployment

pytest:
Expand Down

0 comments on commit 0043122

Please sign in to comment.