You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/27 04:51:43 UTC

[buildstream] 01/01: .github/workflows/ci.yml: Disable upload of docs artifact in pre-merge

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

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

commit 238661e4ca1b0cbcd664ea9bd82d5c3adc16b856
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Aug 27 13:50:22 2021 +0900

    .github/workflows/ci.yml: Disable upload of docs artifact in pre-merge
    
    This uses the actions/upload-artifact@v2 action which appears to be
    disabled for external users that are not in the apache github group.
---
 .github/workflows/ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 63ec71f..d0387d6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -113,9 +113,3 @@ jobs:
             --file ${GITHUB_WORKSPACE}/.github/compose/ci.docker-compose.yml \
             run \
             docs
-
-      - name: Upload artifacts
-        uses: actions/upload-artifact@v2
-        with:
-          name: docs
-          path: doc/build/html