We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95c8fe commit fd7ec8aCopy full SHA for fd7ec8a
.github/workflows/upload-doc.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo '<meta http-equiv="refresh" content="0;url=actix_web/index.html">' > target/doc/index.html
36
37
- name: Deploy to GitHub Pages
38
- uses: JamesIves/github-pages-deploy-action@v4.4.3
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
39
with:
40
folder: target/doc
41
single-commit: true
0 commit comments