Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Apr 10, 2024
1 parent f1b2671 commit fac2cca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,909 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blog-catch-and-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
version: 8

- name: Clean up
run: |
rm -rf package-lock.json
rm -rf node_modules
- name: Install dependencies
run: pnpm install

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"dependencies": {
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.22.4",
"axios": "^1.6.7",
"medium-zoom": "^1.1.0",
"mkdirp": "^3.0.1",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
Expand Down
Loading

0 comments on commit fac2cca

Please sign in to comment.