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 364d916 commit ed06343
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
- run: npm install
- run: npm run build:doc

- name: build document
working-directory: examples/document
run: |
ls -al
cp schema dist
- working-directory: examples/document
run: cp schema dist

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand All @@ -39,7 +36,7 @@ jobs:
id: create_tag
uses: jaywcjlove/create-tag-action@main
with:
package-path: ./core/package.json
package-path: ./packages/core/package.json

- name: get tag version
id: tag_version
Expand Down

0 comments on commit ed06343

Please sign in to comment.