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 f2607a6 commit c17c15bCopy full SHA for c17c15b
.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/pagic@0.8.0/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.8.0/mod.ts
21
pagic build
22
23
- name: Deploy
0 commit comments