We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a0647 commit 87b5fcfCopy full SHA for 87b5fcf
1 file changed
.github/workflows/deploy.yml
@@ -44,6 +44,6 @@ jobs:
44
steps:
45
- name: Deploy to GitHub Pages
46
id: deployment
47
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
48
with:
49
artifact_name: ${{ github.event.repository.name }}_docs
0 commit comments