Skip to content

Commit 218ac22

Browse files
authored
chore: fix publish workflow (#72)
1 parent 552a1cc commit 218ac22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: yarn build
1919
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@v3
21-
env:
22-
PERSONAL_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
23-
PUBLISH_BRANCH: gh-pages
24-
PUBLISH_DIR: ./dist
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
publish_branch: gh-pages
24+
publish_dir: ./dist

0 commit comments

Comments
 (0)