Skip to content

Commit b820567

Browse files
committed
update ci config
1 parent b6f0d68 commit b820567

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
cp -R target/site/apidocs/* temp-docs/
3636
3737
- name: Deploy to GitHub Pages
38-
if: github.ref == 'refs/heads/master'
3938
uses: peaceiris/actions-gh-pages@v3
4039
with:
41-
github_token: ${{ secrets.GITHUB_TOKEN }}
40+
github_token: ${{ secrets.GH_PAGES_TOKEN }}
4241
publish_dir: ./temp-docs
4342
publish_branch: gh-pages
4443
force_orphan: true

0 commit comments

Comments
 (0)