Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 2, 2023
1 parent ba29e7c commit a1828e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- run: npm run build
- run: npm install

- run: mkdir -p build

- name: Create idoc config.
working-directory: core
run: |
Expand All @@ -39,7 +37,9 @@ jobs:
- run: idoc
working-directory: core

- run: cp -rp core/dist ./build

- run: mkdir -p build
- run: cp -rp core/dist/* ./build

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

0 comments on commit a1828e3

Please sign in to comment.