Skip to content

Commit 47ec0e2

Browse files
committed
[vuepress] bump 1.6.0
Signed-off-by: Kang Huaishuai <[email protected]>
1 parent c572a39 commit 47ec0e2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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
},

0 commit comments

Comments
 (0)