Skip to content

Commit 9e71ea0

Browse files
committed
update build
1 parent 5fa0029 commit 9e71ea0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
run: npm test
2626
- name: Before deploy
2727
run: npm run docs
28+
- name: Deploy to GitHub Pages
29+
uses: JamesIves/[email protected]
30+
env:
31+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
BRANCH: update-documentation
33+
FOLDER: docs

0 commit comments

Comments
 (0)