Skip to content

Commit

Permalink
'Publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogrey committed Nov 10, 2020
1 parent 50ea3bf commit f65d577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export DENO_INSTALL="/home/runner/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
deno --version
deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic/mod.ts
deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic@v0.12.0/mod.ts
pagic build
- name: Deploy gh-pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "这是一个Pagic示例项目",
"main": "README.md",
"scripts": {
"init-pagic": "deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic/mod.ts",
"init-pagic": "deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic@v0.12.0/mod.ts",
"start": "pagic build --serve --watch",
"build": "pagic build",
"deploy": "git init & git add -A & git commit -m 'Publish' & git push -f https://github.com/Sogrey/Pagic-template.git main"
Expand Down

0 comments on commit f65d577

Please sign in to comment.