Skip to content

Commit a00a4f5

Browse files
committed
build: schedule documentation release [skip-ci]
1 parent 62b06a7 commit a00a4f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/schedule.yml

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ jobs:
2222
npm run version:graduate -- --yes
2323
npm run build
2424
npm run publish -- --yes
25+
npm run docz:build
26+
- name: Deploy to GitHub Pages
27+
uses: Cecilapp/GitHub-Pages-deploy@master
28+
env:
29+
30+
GITHUB_ACTOR: Github Actions
31+
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
32+
BUILD_DIR: _docs/

0 commit comments

Comments
 (0)