diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doc/doc-templates-rtd.yaml | 2 | ||||
-rw-r--r-- | jjb/doc/doc.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml index d002d9d43..13b258310 100644 --- a/jjb/doc/doc-templates-rtd.yaml +++ b/jjb/doc/doc-templates-rtd.yaml @@ -77,6 +77,8 @@ pip freeze cd $WORKSPACE/{path} tox + mkdir -p "$WORKSPACE/archives" + mv docs/_build/html "$WORKSPACE/archives/" publishers: - infra-shiplogs: diff --git a/jjb/doc/doc.yaml b/jjb/doc/doc.yaml index 03a9e18cb..018f74ac4 100644 --- a/jjb/doc/doc.yaml +++ b/jjb/doc/doc.yaml @@ -18,3 +18,5 @@ branch: 'master' - amsterdam: branch: 'amsterdam' + - beijing: + branch: 'beijing' |