chore: fix vuepress version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ccfdee038a
commit
0dba36a211
@ -38,7 +38,7 @@ steps:
|
|||||||
- name: generate node
|
- name: generate node
|
||||||
image: node:19-alpine
|
image: node:19-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn --frozen-lockfile
|
- yarn
|
||||||
- yarn docs:build
|
- yarn docs:build
|
||||||
depends_on:
|
depends_on:
|
||||||
- "restore cache node"
|
- "restore cache node"
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules
|
|||||||
.cache
|
.cache
|
||||||
/docs/**/*.md
|
/docs/**/*.md
|
||||||
/docs/.vuepress/dist/
|
/docs/.vuepress/dist/
|
||||||
|
/yarn*
|
||||||
|
@ -14,8 +14,7 @@
|
|||||||
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vuepress": "^2.0.0-beta.67",
|
"vuepress": "2.0.0-beta.63"
|
||||||
"vuepress-vite": "^2.0.0-beta.67"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vuepress-plugin-remove-html-extension": "^0.1.0"
|
"vuepress-plugin-remove-html-extension": "^0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user