Skip to content

Commit

Permalink
fix(ci): fix ci token for ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Nov 20, 2023
1 parent 7cb3874 commit 3004442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: npm run build:ci && cp -R dist/demo/browser ./docs/demo
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.7.3
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 3004442

Please sign in to comment.