1
0
Fork 0

chore: fix vuepress version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-09-24 18:03:45 +02:00
parent ccfdee038a
commit 0dba36a211
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
4 changed files with 3 additions and 1912 deletions

View File

@ -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
View File

@ -3,3 +3,4 @@ node_modules
.cache
/docs/**/*.md
/docs/.vuepress/dist/
/yarn*

View File

@ -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"

1909
yarn.lock

File diff suppressed because it is too large Load Diff