This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/test-workflows
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit af87b46b193194b4be6bcf527d4e41c5c5d14263
Author: Chris Polin <[email protected]>
AuthorDate: Thu Oct 8 16:21:12 2020 +0100

    .github/workflows/ci.yml: Upload an artifact from the docs job
---
 .github/workflows/ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54af9c1..61396b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -170,3 +170,10 @@ jobs:
               --workdir /__w/buildstream/buildstream \
               $CI_IMAGE \
               tox -e docs
+
+      - name: Upload artifacts
+        uses: actions/upload-artifact@v2
+        with:
+          name: docs
+          path: doc/build/html
+

Reply via email to