Skip to content

Commit

Permalink
Bump version of vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Feb 3, 2024
1 parent bfa107a commit 4f296bf
Show file tree
Hide file tree
Showing 4 changed files with 4,609 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 20

- name: Install requirements
run: npm install --legacy-peer-deps
run: npm install

- name: Build docs
run: npm run build
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ docs/.vuepress/.temp/
docs/.vuepress/dist/
.cache
site
env
package-lock.json
env
Loading

0 comments on commit 4f296bf

Please sign in to comment.