Skip to content

Commit 825b0cc

Browse files
committed
fix deployment workflow
1 parent b8df7c6 commit 825b0cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: deno test
3737

3838
- name: Build Deno code
39-
run: deno compile --unstable --allow-net --allow-read --allow-write --output=dist/git-mirror.ts
39+
run: deno compile --allow-net --allow-read --allow-write --output=dist/git-mirror git-mirror.ts

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

0 commit comments

Comments
 (0)