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 bb52045 commit 820f081Copy full SHA for 820f081
.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/pagic@v1.0.0-alpha.1/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/pagic@v1.0.0-alpha.2/mod.ts
28
pagic build
29
30
- name: Deploy gh-pages
0 commit comments