Skip to content

Commit

Permalink
222
Browse files Browse the repository at this point in the history
  • Loading branch information
isno committed Jan 31, 2024
1 parent 1a33d96 commit 676c788
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: 20
- name: Install and Build
run: |
npm cache clean --force
npm install
npm run build
# 部署到阿里云
Expand Down
3 changes: 1 addition & 2 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineUserConfig } from 'vuepress';
import { defaultTheme } from '@vuepress/theme-default'
import { defineUserConfig,defaultTheme } from 'vuepress';

import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";
import { commentPlugin } from "vuepress-plugin-comment2";
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"build": "vuepress build ."
},
"devDependencies": {
"vuepress": "^2.0.0-rc.2",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-comment2": "^2.0.0-rc.4",
"vuepress-plugin-md-enhance": "^2.0.0-rc.4",
"vuepress-plugin-reading-time2": "^2.0.0-rc.4"
},
"dependencies": {
"@vuepress/theme-default": "^2.0.0-rc.0",
"vue-github-button": "^3.1.0"
}
}

0 comments on commit 676c788

Please sign in to comment.