Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aafa534

Browse files
committed
Update ci
1 parent 8a8dda4 commit aafa534

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
with:
1717
deno-version: v1.2.3
1818

19+
- name: Install pagic
20+
run: deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected]/mod.ts
21+
1922
- name: Build gh-pages
20-
run: |
21-
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected]/mod.ts
22-
pagic build
23+
run: pagic build
2324

2425
- name: Deploy gh-pages
2526
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)