diff --git a/.circleci/config.yml b/.circleci/config.yml index 83a1ba5a7..72e5dfa43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -381,6 +381,12 @@ workflows: tags: only: - /^v.*/ + - deploy_docs: + context: tendermint-docs-staging + filters: + branches: + only: + - docs-theme-latest - setup_dependencies - test_abci_apps: requires: diff --git a/Makefile b/Makefile index b030e75d0..472b3a0ea 100644 --- a/Makefile +++ b/Makefile @@ -162,6 +162,7 @@ build-docs: (git checkout $${p} && npm install && VUEPRESS_BASE="/$${p}/" npm run build) ; \ mkdir -p ~/output/$${p} ; \ cp -r .vuepress/dist/* ~/output/$${p}/ ; \ + cp ~/output/$${p}/index.html ~/output ; \ done < versions ; sync-docs: