File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4040 uses : GabrielBB/xvfb-action@v1
4141 with :
4242 run : npm --prefix e2e/electron-test cit
43- - name : Run typedoc
44- run : npm run typedoc
45- - name : Publish typedocs to GitHub Pages
46- uses : peaceiris/actions-gh-pages@v3.7.3
47- with :
48- deploy_key : ${{ secrets.API_DOC_DEPLOY_KEY }}
49- external_repository : nut-tree/apidoc
50- publish_dir : ./docs
5143
5244 deploy :
5345 needs :
6254 node-version : 14
6355 - name : Install
6456 run : npm ci
57+ - name : Run typedoc
58+ run : npm run typedoc
59+ - name : Publish typedocs to GitHub Pages
60+ uses : peaceiris/actions-gh-pages@v3.7.3
61+ with :
62+ deploy_key : ${{ secrets.API_DOC_DEPLOY_KEY }}
63+ external_repository : nut-tree/apidoc
64+ publish_dir : ./docs
6565 - name : Publish tagged release
6666 uses : JS-DevTools/npm-publish@v1
6767 with :
You can’t perform that action at this time.
0 commit comments