File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ jobs:
11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
14
- - name : Build
14
+ - name : Setup deno
15
+ uses : denolib/setup-deno@v2
16
+ with :
17
+ deno-version : v1.2.3
18
+
19
+ - name : Build gh-pages
15
20
run : |
16
- curl -fsSL https://deno.land/x/install/install.sh | sh
17
- export DENO_INSTALL="/home/runner/.deno"
18
- export PATH="$DENO_INSTALL/bin:$PATH"
19
- deno --version
20
21
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.8.4/mod.ts
21
22
pagic build
22
23
23
- - name : Deploy
24
+ - name : Deploy gh-pages
24
25
uses : peaceiris/actions-gh-pages@v3
25
26
with :
26
27
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- // @deno -types="https://deno.land/x/types/react/v16.13.1/react.d.ts"
1
+ // @deno -types="https://deno.land/x/pagic@v0.8.4/src/ types/react/v16.13.1/react.d.ts"
2
2
import React from 'https://dev.jspm.io/react@16.13.1' ;
3
3
4
4
export default {
You can’t perform that action at this time.
0 commit comments