Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit e8f861e

Browse files
committed
Fix deploy CI
1 parent e355dc6 commit e8f861e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
ALEPH_PKG_URI: https://raw.githubusercontent.com/alephjs/aleph.js/${{ github.sha }}
9292
run: deno task build ${{ matrix.dir }}
9393

94+
- name: Clean up
95+
run: rm -rf target/
96+
9497
- name: Deploy to Deno Deploy
9598
uses: denoland/deployctl@v1
9699
with:

0 commit comments

Comments
 (0)