Skip to content

Commit

Permalink
chore: fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 7, 2023
1 parent 4d5dfde commit b1b04d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: deploy-to-gh-pages
uses: peaceiris/actions-gh-pages@v3
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./src/dist/browser
with:
Expand Down

0 comments on commit b1b04d9

Please sign in to comment.