We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5171c2 commit 234a4c9Copy full SHA for 234a4c9
.github/workflows/upload-doc.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo '<meta http-equiv="refresh" content="0;url=actix_server/index.html">' > target/doc/index.html
31
32
- name: Deploy to GitHub Pages
33
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ uses: JamesIves/github-pages-deploy-action@v4.6.0
34
with:
35
folder: target/doc
36
single-commit: true
0 commit comments