File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,16 @@ jobs:
2020 - name : vuepress
2121 run : |
2222 sudo rm -rf _book
23- npm i vuepress --save-dev
23+ # npm i vuepress --save-dev
2424 npm i
2525
2626 git clone https://github.com/docker-practice/.vuepress .vuepress2
2727 cp -r .vuepress2/. .vuepress/
2828 rm -rf .vuepress2
2929 find . \( -path "./mesos" -o -path "./machine" -o -path "./swarm_mode" -o -path "./node_modules" -o -path "./.vuepress" -o -path "./_book" -o -path "./CHANGELOG.md" -o -path "./CONTRIBUTING.md" \) -prune -o -name "*.md" -exec sed -i 'N;2a\<AdSenseTitle/>\n' {} \;
3030
31+ npx vuepress --version
32+
3133 npm run vuepress:build
3234 echo "vuepress.docker-practice.com" > .vuepress/dist/CNAME
3335
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module.exports = resolve({
5454 'Word' ,
5555 ] ,
5656 footer : {
57- content : "Powerd by Vuepress, Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>" ,
57+ content : "Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>" ,
5858 display : true ,
5959 copyright : false ,
6060 } ,
Original file line number Diff line number Diff line change 88 "chalk" : " ^2.4.2" ,
99 "commander" : " ^2.0.0" ,
1010 "esm" : " ^3.0.0" ,
11+ "vuepress" : " 1.6.0" ,
1112 "vuepress-plugin-container" : " ^2.1.5" ,
1213 "vuepress-theme-hope" : " ^0.8.0"
1314 },
You can’t perform that action at this time.
0 commit comments