We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89440cc commit fa562d1Copy full SHA for fa562d1
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
- run: npm install
17
- run: npm run build
18
- run: npm run coverage
19
+ - run: npm run doc
20
21
- run: npm install @jsdevtools/npm-publish -g
22
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@@ -58,10 +59,6 @@ jobs:
58
59
draft: false
60
prerelease: false
61
- - run: npm run doc
62
- # env:
63
- # NODE_OPTIONS: --max_old_space_size=8192
64
-
65
- name: Deploy
66
uses: peaceiris/actions-gh-pages@v3
67
with:
0 commit comments