We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902d21e commit 50be70aCopy full SHA for 50be70a
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
export DENO_INSTALL="/home/runner/.deno"
18
export PATH="$DENO_INSTALL/bin:$PATH"
19
deno --version
20
- deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.11/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.12/mod.ts
21
pagic build
22
23
- name: Deploy
pagic.config.tsx
@@ -9,7 +9,6 @@ export default {
9
title: 'TypeScript 入门教程',
10
head: <link rel="icon" type="image/png" href="/favicon.png" />,
11
sidebar: [
12
- 'README.md',
13
{
14
link: 'introduction/README.md',
15
children: [
0 commit comments