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 3d2860e commit 949f886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:

- run: npm install
- run: npm run build
working-directory: core

- run: npm run doc
working-directory: examples/document

Ubuntu:
name: Ubuntu Node.js ${{ matrix.node-version }}
Expand All @@ -47,7 +43,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
working-directory: core

- run: npm run doc
working-directory: examples/document
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:

- run: npm install
- run: npm run build
working-directory: core
- run: npm run doc
working-directory: examples/document
- run: cp schema dist
working-directory: examples/document

Expand Down

0 comments on commit 949f886

Please sign in to comment.