Browse Source

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

pull/3990/head
Mircea Colonescu 5 years ago
committed by Marko
parent
commit
263b2d28bd
3 changed files with 4 additions and 14 deletions
  1. +2
    -11
      .circleci/config.yml
  2. +1
    -2
      Makefile
  3. +1
    -1
      docs/versions

+ 2
- 11
.circleci/config.yml 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.*/


+ 1
- 2
Makefile 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:


+ 1
- 1
docs/versions View File

@ -1 +1 @@
master
master

Loading…
Cancel
Save