1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 09:31:10 +00:00

update gh-pages deploy action

This commit is contained in:
Rob Ede 2022-09-03 22:15:59 +01:00
parent 35b0fd1a85
commit 99bf774e94
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -28,9 +28,7 @@ jobs:
run: echo '<meta http-equiv="refresh" content="0;url=actix_web/index.html">' > target/doc/index.html
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: target/doc
single-commit: true