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 e8bc8a6 commit 4655980Copy full SHA for 4655980
.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].23/mod.ts
21
pagic build
22
23
- name: Deploy
0 commit comments