This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2b5c4d6 Copy docs for staable version to /docs/stable/ (#321)
2b5c4d6 is described below
commit 2b5c4d68437b5fe029add7588921ef51b7d8e40e
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Tue Dec 1 13:28:17 2020 +0100
Copy docs for staable version to /docs/stable/ (#321)
---
site.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site.sh b/site.sh
index 7c94a89..b466ad3 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
}