Skip to content

Commit

Permalink
fix: Stadt-Geschichte-Basel#193 remove postbuild step from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Oct 24, 2024
1 parent 60ab60b commit 7933427
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
run: pnpm run prebuild
- name: Build
run: pnpm run build
- name: Postbuild
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Stadt-Geschichte-Basel/stadtgeschichtebasel.ch'
run: rm -Rf build/_jampack/ && pnpm run postbuild # FIXME: Quick fix to make jampack work
- name: Test
run: pnpm run test
- name: Publish to Cloudflare Pages
Expand Down

0 comments on commit 7933427

Please sign in to comment.