Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8056)

This reverts commit f939f962b1.

A lot of inbound links are still broken, so we will need to find a different
approach to suppressing unreleased docs.

(cherry picked from commit 59eaa4dba0)
This commit is contained in:
mergify[bot]
2022-03-02 09:24:58 -08:00
committed by GitHub
parent 6b4e9078de
commit 9e8837ad63
2 changed files with 2 additions and 3 deletions

View File

@@ -192,9 +192,7 @@ build-docs:
mkdir -p ~/output/$${path_prefix} ; \
cp -r .vuepress/dist/* ~/output/$${path_prefix}/ ; \
cp ~/output/$${path_prefix}/index.html ~/output ; \
done < versions ; \
mkdir -p ~/output/master ; \
cp -r .vuepress/dist/* ~/output/master/
done < versions ;
.PHONY: build-docs
sync-docs:

View File

@@ -1,3 +1,4 @@
master master
v0.33.x v0.33
v0.34.x v0.34
v0.35.x v0.35