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 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/[email protected].1/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/[email protected].2/mod.ts
28
pagic build
29
30
- name: Deploy gh-pages
0 commit comments