Skip to content

Commit b12f017

Browse files
committed
pagic 0.7.14
1 parent 50be70a commit b12f017

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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/[email protected].12/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected].14/mod.ts
2121
pagic build
2222
2323
- name: Deploy

pagic.config.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,14 @@ export default {
5353
'thanks/README.md'
5454
],
5555
nav: [
56-
{
57-
text: 'GitHub',
58-
link: 'https://github.com/xcatliu/typescript-tutorial'
59-
},
6056
{
6157
text: '赞助作者',
6258
link: 'https://github.com/xcatliu/buy-me-a-coffee'
6359
},
6460
{
65-
text: '本网站使用 Pagic 构建',
66-
link: 'https://github.com/xcatliu/pagic'
61+
text: 'GitHub',
62+
link: 'https://github.com/xcatliu/typescript-tutorial',
63+
align: 'right'
6764
}
6865
],
6966
gitalk: {

0 commit comments

Comments
 (0)