Skip to content

Commit cbd6e60

Browse files
committed
update static
1 parent 610e913 commit cbd6e60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
run: npm test
2626
- name: Before deploy
2727
run: npm run docs
28+
- name: Deploy to GitHub Pages
29+
uses: JamesIves/github-pages-deploy-action@4
30+
with:
31+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
FOLDER: docs

0 commit comments

Comments
 (0)