Skip to content

Commit fa562d1

Browse files
committed
chore: update workflows config.
1 parent 89440cc commit fa562d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: npm install
1717
- run: npm run build
1818
- run: npm run coverage
19+
- run: npm run doc
1920

2021
- run: npm install @jsdevtools/npm-publish -g
2122
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@@ -58,10 +59,6 @@ jobs:
5859
draft: false
5960
prerelease: false
6061

61-
- run: npm run doc
62-
# env:
63-
# NODE_OPTIONS: --max_old_space_size=8192
64-
6562
- name: Deploy
6663
uses: peaceiris/actions-gh-pages@v3
6764
with:

0 commit comments

Comments
 (0)