Skip to content

Commit

Permalink
[vuepress] bump 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
  • Loading branch information
khs1994 committed Oct 14, 2020
1 parent c572a39 commit 47ec0e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -20,14 +20,16 @@ jobs:
- name: vuepress
run: |
sudo rm -rf _book
npm i vuepress --save-dev
# npm i vuepress --save-dev
npm i

git clone https://github.com/docker-practice/.vuepress .vuepress2
cp -r .vuepress2/. .vuepress/
rm -rf .vuepress2
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' {} \;

npx vuepress --version

npm run vuepress:build
echo "vuepress.docker-practice.com" > .vuepress/dist/CNAME

Expand Down
2 changes: 1 addition & 1 deletion .vuepress/config.js
Expand Up @@ -54,7 +54,7 @@ module.exports = resolve({
'Word',
],
footer: {
content: "Powerd by Vuepress, Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
content: "Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
display: true,
copyright: false,
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"chalk": "^2.4.2",
"commander": "^2.0.0",
"esm": "^3.0.0",
"vuepress": "1.6.0",
"vuepress-plugin-container": "^2.1.5",
"vuepress-theme-hope": "^0.8.0"
},
Expand Down

0 comments on commit 47ec0e2

Please sign in to comment.