Skip to content

Commit

Permalink
ci: use sync rather than rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 26, 2024
1 parent 6a6ff99 commit fe173de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,10 @@ jobs:
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- run: sudo corepack enable yarn
- run: yarn build
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- name: Fail if someone forgot to commit docs
run: |
yarn docs
Expand Down

0 comments on commit fe173de

Please sign in to comment.