Thanks to visit codestin.com Credit goes to github.com
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 92575e4 commit 7b5ededCopy full SHA for 7b5eded
.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].22/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected].24/mod.ts
21
pagic build
22
23
- name: Deploy
0 commit comments