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/02/09 06:30:35 UTC

[buildstream] branch master updated: .github/workflows/merge.yml: Fix docs publishing

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

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d5d486  .github/workflows/merge.yml: Fix docs publishing
2d5d486 is described below

commit 2d5d486508500ed81a41edd9a02ff2b7f6f44837
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Feb 9 15:29:47 2021 +0900

    .github/workflows/merge.yml: Fix docs publishing
    
    Publishing now requires tags, in order to find GH_PAGES_FIRST_COMMIT.
---
 .github/workflows/merge.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 6a787a6..330c457 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -58,6 +58,7 @@ jobs:
       with:
         ref: gh-pages
         path: pages
+        fetch-depth: 0
 
     - name: Update repo
       run: |