Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2607a6

Browse files
committed
Update pagic 0.8.0
1 parent 8d2e7ed commit f2607a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ 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.28/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.8.0/mod.ts
2121
pagic build
2222
2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./public
27+
publish_dir: ./dist
2828
cname: ts.xcatliu.com

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.DS_Store
22
node_modules
3-
public
3+
dist

pagic.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'https://dev.jspm.io/[email protected]';
33

44
export default {
55
srcDir: '.',
6-
ignore: [/\/examples\//, /\/public\//, /\/\./, /\/package\-lock\.json/, /\/package\.json/, /\/pagic\.config\.ts/],
6+
exclude: ['examples'],
77
theme: 'docs',
88
plugins: ['sidebar', 'prev_next', 'gitalk', 'ga'],
99
title: 'TypeScript 入门教程',

0 commit comments

Comments
 (0)