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 6d326d7 commit fc96a8cCopy full SHA for fc96a8c
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
export DENO_INSTALL="/home/runner/.deno"
25
export PATH="$DENO_INSTALL/bin:$PATH"
26
deno --version
27
- deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/[email protected].3/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/[email protected].4/mod.ts
28
pagic build
29
30
- name: Deploy gh-pages
0 commit comments