Skip to content

Commit ecfbf0e

Browse files
committed
Update main.yml
1 parent ddbe159 commit ecfbf0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Deploy
2828
uses: JamesIves/github-pages-deploy-action@releases/v3
2929
with:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_KEY }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
BRANCH: gh-pages
3232
FOLDER: dist
33+
CLEAN: true

0 commit comments

Comments
 (0)