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 8a8dda4 commit aafa534Copy full SHA for aafa534
.github/workflows/gh-pages.yml
@@ -16,10 +16,11 @@ jobs:
16
with:
17
deno-version: v1.2.3
18
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
+
22
- name: Build gh-pages
- run: |
- deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected]/mod.ts
- pagic build
23
+ run: pagic build
24
25
- name: Deploy gh-pages
26
uses: peaceiris/actions-gh-pages@v3
0 commit comments