We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f0d68 commit b820567Copy full SHA for b820567
.github/workflows/ci.yml
@@ -35,10 +35,9 @@ jobs:
35
cp -R target/site/apidocs/* temp-docs/
36
37
- name: Deploy to GitHub Pages
38
- if: github.ref == 'refs/heads/master'
39
uses: peaceiris/actions-gh-pages@v3
40
with:
41
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_PAGES_TOKEN }}
42
publish_dir: ./temp-docs
43
publish_branch: gh-pages
44
force_orphan: true
0 commit comments