Skip to content

Commit

Permalink
ci: fix idoc not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent a7a776f commit d1dd01a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: build document
working-directory: examples/document
run: npm run build && cp schema dist
run: |
ls -al
npm run build
cp schema dist
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand Down

0 comments on commit d1dd01a

Please sign in to comment.