Skip to content

Commit fc29eb4

Browse files
committed
更新 deno 版本号
1 parent 016db68 commit fc29eb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pagic.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
export default {
44
srcDir: '.',

0 commit comments

Comments
 (0)