Skip to content

Commit 72936cf

Browse files
committed
build: update pagic for request optimization
1 parent bdc7925 commit 72936cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
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.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
19+
deno install --unstable --allow-env --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.9.8/mod.ts
2020
pagic build
2121
2222
- name: Deploy

0 commit comments

Comments
 (0)