Skip to content

Commit

Permalink
ci: update workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent 56640ad commit c58137e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run build:doc
- run: cp schema dist

- name: build document
working-directory: examples/document

run: npm run build && cp schema dist

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
Expand Down

0 comments on commit c58137e

Please sign in to comment.