Skip to content

Commit ed06343

Browse files
committed
ci: update workflows/ci.yml
1 parent 364d916 commit ed06343

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
- run: npm install
2323
- run: npm run build:doc
2424

25-
- name: build document
26-
working-directory: examples/document
27-
run: |
28-
ls -al
29-
cp schema dist
25+
- working-directory: examples/document
26+
run: cp schema dist
3027

3128
- name: Generate Contributors Images
3229
uses: jaywcjlove/github-action-contributors@main
@@ -39,7 +36,7 @@ jobs:
3936
id: create_tag
4037
uses: jaywcjlove/create-tag-action@main
4138
with:
42-
package-path: ./core/package.json
39+
package-path: ./packages/core/package.json
4340

4441
- name: get tag version
4542
id: tag_version

0 commit comments

Comments
 (0)