From 263b2d28bdeef8525bdf578ac9c23d3295d0570f Mon Sep 17 00:00:00 2001 From: Mircea Colonescu Date: Thu, 7 Nov 2019 12:04:15 -0500 Subject: [PATCH] added newline to versions file and removed index.html (#4120) --- .circleci/config.yml | 13 ++----------- Makefile | 3 +-- docs/versions | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b69df8af..83a1ba5a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.*/ diff --git a/Makefile b/Makefile index 6471b564d..b030e75d0 100644 --- a/Makefile +++ b/Makefile @@ -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 "$${p}" >> ~/output/index.html ; \ done < versions ; sync-docs: diff --git a/docs/versions b/docs/versions index 8b25206ff..1f7391f92 100644 --- a/docs/versions +++ b/docs/versions @@ -1 +1 @@ -master \ No newline at end of file +master