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:
1616 - name : Setup deno
1717 uses : denolib/setup-deno@v2
1818 with :
19- deno-version : v1.5.2
19+ deno-version : v1.11.5
2020
2121 - name : Build gh-pages
2222 run : |
2323 curl -fsSL https://deno.land/x/install/install.sh | sh
2424 export DENO_INSTALL="/home/runner/.deno"
2525 export PATH="$DENO_INSTALL/bin:$PATH"
2626 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
2828 pagic build
2929
3030 - 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' ;
22
33export default {
44 srcDir : '.' ,
You can’t perform that action at this time.
0 commit comments