Skip to content

Commit

Permalink
github: bump to upload-pages-artifact@v3 and deploy-pages@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikula committed Sep 6, 2024
1 parent 65eb43b commit da5542d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
run: echo '<meta http-equiv="refresh" content="0; url=stable" />' > index.html
- run: find
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: .
- id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit da5542d

Please sign in to comment.