Skip to content

Commit

Permalink
ops: maybe fix docs page (npm ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Aug 1, 2024
1 parent 72bdecd commit d9c0abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
working-directory: ./packages/docs
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
run: npm --workspace=packages/docs ci
- name: Build JS bundles & API docs
working-directory: ./packages/docs
run: npm run bundle:all && npm run gendoc:api
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9c0abe

Please sign in to comment.