Skip to content

Commit

Permalink
update gh-pages deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 3, 2022
1 parent 35b0fd1 commit 99bf774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upload-doc.yml
Expand Up @@ -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

0 comments on commit 99bf774

Please sign in to comment.