Skip to content

Commit

Permalink
ci: update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed May 11, 2024
1 parent 9af3ed0 commit 69c9fd6
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 @@ -199,7 +199,7 @@ jobs:
-- -Z unstable-options --enable-index-page
chmod -R 777 ../target
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: target/doc

Expand All @@ -216,7 +216,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
id: deployment

release:
Expand Down

0 comments on commit 69c9fd6

Please sign in to comment.