Skip to content

Commit 48ba62d

Browse files
committed
Fix pagic
1 parent 94f0549 commit 48ba62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.5/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.6/mod.ts
2121
pagic build
2222
2323
- name: Deploy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-tutorial",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript",
55
"main": "README.md",
66
"scripts": {

0 commit comments

Comments
 (0)