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
|
||||
image: node:19-alpine
|
||||
commands:
|
||||
- yarn --frozen-lockfile
|
||||
- yarn
|
||||
- yarn docs:build
|
||||
depends_on:
|
||||
- "restore cache node"
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules
|
||||
.cache
|
||||
/docs/**/*.md
|
||||
/docs/.vuepress/dist/
|
||||
/yarn*
|
||||
|
@ -14,8 +14,7 @@
|
||||
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
"vuepress": "^2.0.0-beta.67",
|
||||
"vuepress-vite": "^2.0.0-beta.67"
|
||||
"vuepress": "2.0.0-beta.63"
|
||||
},
|
||||
"dependencies": {
|
||||
"vuepress-plugin-remove-html-extension": "^0.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user