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 b12f017 commit 87848ccCopy full SHA for 87848cc
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
export DENO_INSTALL="/home/runner/.deno"
18
export PATH="$DENO_INSTALL/bin:$PATH"
19
deno --version
20
- deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected]/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected]-debug.1/mod.ts
21
pagic build
22
23
- name: Deploy
0 commit comments