We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8df7c6 commit 825b0ccCopy full SHA for 825b0cc
.github/workflows/deploy.yml
@@ -36,4 +36,4 @@ jobs:
36
run: deno test
37
38
- name: Build Deno code
39
- run: deno compile --unstable --allow-net --allow-read --allow-write --output=dist/git-mirror.ts
+ run: deno compile --allow-net --allow-read --allow-write --output=dist/git-mirror git-mirror.ts
.gitignore
@@ -0,0 +1 @@
1
+dist/
0 commit comments