mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 04:04:00 +00:00
added newline to versions file and removed index.html (#4120)
This commit is contained in:
@@ -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.*/
|
||||
|
||||
3
Makefile
3
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 "<a href='$${p}'>$${p}</a>" >> ~/output/index.html ; \
|
||||
done < versions ;
|
||||
|
||||
sync-docs:
|
||||
|
||||
@@ -1 +1 @@
|
||||
master
|
||||
master
|
||||
|
||||
Reference in New Issue
Block a user