We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc7925 commit 72936cfCopy full SHA for 72936cf
.github/workflows/gh-pages.yml
@@ -16,7 +16,7 @@ jobs:
16
export PATH="$DENO_INSTALL/bin:$PATH"
17
deno --version
18
deno upgrade --version 1.4.2
19
- deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.7/mod.ts
+ deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.8/mod.ts
20
pagic build
21
22
- name: Deploy
0 commit comments