commit | ac4adfd2175f70ec829076204a083761f0e1fe53 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Nov 16 14:58:46 2021 +0000 |
committer | Joanna Farley <joanna.farley@arm.com> | Tue Nov 16 18:42:35 2021 +0100 |
tree | f8ba61a1de8d8cae8dd8f4cbe4b69c7920965aef | |
parent | c70da0999030a691d55aabb723011b211a8b5ede [diff] [blame] |
refactor: archive generated documentation This change ensures that compiled Sphinx documentation is archived and downloadable from the job artefacts. Signed-off-by: Chris Kay <chris.kay@arm.com> Change-Id: I6ad1669a1eabe1af447ceaeef8ba347cade7975f
diff --git a/group/tf-l1-check-docs/build-docs:nil b/group/tf-l1-check-docs/build-docs:nil index 02d845d..c6b4665 100644 --- a/group/tf-l1-check-docs/build-docs:nil +++ b/group/tf-l1-check-docs/build-docs:nil
@@ -12,3 +12,7 @@ targets="doc" set_tf_build_targets } + +post_tf_build() { + mv "$tf_root/docs/build" "$archive" +}