Skip to content

Commit d21f4d3

Browse files
committed
feat: github action for demo.
1 parent 8dd0639 commit d21f4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Deploy to GitHub Pages
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: ${{ secrets.ACTION }}
3131
publish_dir: dist/demo # Укажите папку с собранными файлами

0 commit comments

Comments
 (0)