Skip to content

Commit

Permalink
publish🚀: 升级版本以及更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-new committed Feb 23, 2024
1 parent d010fff commit 894e092
Show file tree
Hide file tree
Showing 55 changed files with 3,696 additions and 253 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
with:
node-version: "18.15.0"

- name: Install pnpm
run: npm i pnpm -g

- name: Install & Build
run: npm install && npm run build
run: pnpm install && pnpm run build

- name: Deploy to GitHub Repo
uses: crazy-max/[email protected]
with:
repo: coder-new-web/coder-new-web.github.io
repo: xinyang424/xinyang424.github.io
target_branch: main
build_dir: src/.vuepress/dist
env:
Expand Down
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "coder-new-blog",
"version": "2.0.0",
"description": "Coder-new's blog",
"name": "xinyang424-blog",
"version": "3.0.0",
"description": "xinyang424-blog",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vuepress build src",
"clean": "vuepress dev src --clean-cache",
"dev": "vuepress dev src",
"update-package": "npx vp-update"
"update": "npx vp-update"
},
"dependencies": {
"@vuepress/client": "^2.0.0-beta.61",
"vue": "^3.2.47",
"vuepress": "^2.0.0-beta.61",
"vuepress-plugin-search-pro": "^2.0.0-beta.208",
"vuepress-theme-hope": "^2.0.0-beta.208"
"@vuepress/bundler-vite": "2.0.0-rc.8",
"vue": "^3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.26"
},
"devDependencies": {
"@waline/client": "^3.1.2",
"vuepress-plugin-comment2": "2.0.0-rc.26",
"vuepress-plugin-search-pro": "2.0.0-rc.26"
}
}
Loading

0 comments on commit 894e092

Please sign in to comment.