This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch revert-docs-break in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 13b707cd239c4fb052d9d14c32877cebbc9718ba Author: Kaxil Naik <[email protected]> AuthorDate: Tue Dec 1 16:44:57 2020 +0000 Revert "Copy docs for staable version to /docs/stable/ (#321)" This reverts commit 2b5c4d68437b5fe029add7588921ef51b7d8e40e. --- site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.sh b/site.sh index b466ad3..7c94a89 100755 --- a/site.sh +++ b/site.sh @@ -262,7 +262,7 @@ function build_site { version="$(basename -- "${doc_path}")" verbose_copy "${doc_path}" "dist/docs/${version}/" done - verbose_copy "docs-archive/$(cat docs-archive/stable.txt)/" "dist/docs/stable/" + verbose_copy "docs-archive/$(cat docs-archive/stable.txt)" "dist/docs/stable/" create_index dist/docs }
