Skip to content

Commit 50be70a

Browse files
committed
Pagic 0.7.12
1 parent 902d21e commit 50be70a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
export DENO_INSTALL="/home/runner/.deno"
1818
export PATH="$DENO_INSTALL/bin:$PATH"
1919
deno --version
20-
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.11/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.12/mod.ts
2121
pagic build
2222
2323
- name: Deploy

pagic.config.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default {
99
title: 'TypeScript 入门教程',
1010
head: <link rel="icon" type="image/png" href="/favicon.png" />,
1111
sidebar: [
12-
'README.md',
1312
{
1413
link: 'introduction/README.md',
1514
children: [

0 commit comments

Comments
 (0)