File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
- name : Setup deno
17
17
uses : denolib/setup-deno@v2
18
18
with :
19
- deno-version : v1.5.2
19
+ deno-version : v1.11.5
20
20
21
21
- name : Build gh-pages
22
22
run : |
23
23
curl -fsSL https://deno.land/x/install/install.sh | sh
24
24
export DENO_INSTALL="/home/runner/.deno"
25
25
export PATH="$DENO_INSTALL/bin:$PATH"
26
26
deno --version
27
- deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/pagic@v1.0 .0/mod.ts
27
+ deno install --unstable --allow-read --allow-write --allow-net --allow-run -n pagic https://deno.land/x/pagic@v1.4 .0/mod.ts
28
28
pagic build
29
29
30
30
- name : Deploy gh-pages
Original file line number Diff line number Diff line change 1
- import { React } from 'https://deno.land/x/pagic@v1.0 .0/mod.ts' ;
1
+ import { React } from 'https://deno.land/x/pagic@v1.4 .0/mod.ts' ;
2
2
3
3
export default {
4
4
srcDir : '.' ,
You can’t perform that action at this time.
0 commit comments