added newline to versions file and removed index.html (#4120)

This commit is contained in:
Mircea Colonescu
2019-11-07 12:04:15 -05:00
committed by Marko
parent 40f702a70d
commit 263b2d28bd
3 changed files with 4 additions and 14 deletions

View File

@@ -372,21 +372,12 @@ workflows:
version: 2
test-suite:
jobs:
- deploy_docs:
context: tendermint-docs-staging
filters:
branches:
only:
- /.*/
tags:
ignore:
- /^v.*/
- deploy_docs:
context: tendermint-docs
filters:
branches:
ignore:
- /.*/
only:
- master
tags:
only:
- /^v.*/

View File

@@ -157,12 +157,11 @@ DESTINATION = ./index.html.md
### Documentation
build-docs:
@cd docs && \
cd docs && \
while read p; do \
(git checkout $${p} && npm install && VUEPRESS_BASE="/$${p}/" npm run build) ; \
mkdir -p ~/output/$${p} ; \
cp -r .vuepress/dist/* ~/output/$${p}/ ; \
echo "<a href='$${p}'>$${p}</a>" >> ~/output/index.html ; \
done < versions ;
sync-docs:

View File

@@ -1 +1 @@
master
master