Skip to content

Commit d90b444

Browse files
committed
fix(action): fix version typo
Signed-off-by: hylerrix <[email protected]>
1 parent 9b70906 commit d90b444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
export PATH="$DENO_INSTALL/bin:$PATH"
1717
deno --version
1818
deno upgrade --version 1.3.3
19-
deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.9.1/mod.ts
19+
deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.1/mod.ts
2020
pagic build
2121
2222
- name: Deploy
@@ -43,7 +43,7 @@ jobs:
4343
export PATH="$DENO_INSTALL/bin:$PATH"
4444
deno --version
4545
deno upgrade --version 1.3.3
46-
deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.9.1/mod.ts
46+
deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.1/mod.ts
4747
pagic build
4848
4949
- name: Deploy CN

0 commit comments

Comments
 (0)