Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Temporarily remove build-docs from CI
Browse files Browse the repository at this point in the history
I'll discuss options in the coming PR
  • Loading branch information
eyelidlessness committed Dec 28, 2022
1 parent 4132625 commit d4616e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- run: npm test
- run: npm run build-docs
# - run: npm run build-docs
- if: github.event_name == 'release' && github.event.action == 'published' && matrix.node == '16'
run: npm publish
env:
Expand Down

0 comments on commit d4616e8

Please sign in to comment.