We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bbd86 commit 42ea9d6Copy full SHA for 42ea9d6
.github/workflows/tagged_release.yaml
@@ -40,14 +40,6 @@ jobs:
40
uses: GabrielBB/xvfb-action@v1
41
with:
42
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/[email protected]
47
- with:
48
- deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
49
- external_repository: nut-tree/apidoc
50
- publish_dir: ./docs
51
52
deploy:
53
needs:
@@ -62,6 +54,14 @@ jobs:
62
54
node-version: 14
63
55
- name: Install
64
56
run: npm ci
57
+ - name: Run typedoc
58
+ run: npm run typedoc
59
+ - name: Publish typedocs to GitHub Pages
60
+ uses: peaceiris/[email protected]
61
+ with:
+ deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
+ external_repository: nut-tree/apidoc
+ publish_dir: ./docs
65
- name: Publish tagged release
66
uses: JS-DevTools/npm-publish@v1
67
0 commit comments