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 07:00:32 UTC

[buildstream] branch master updated: .asf.yaml: Explicitly setting pages to publish from the "/"

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 c04352b  .asf.yaml: Explicitly setting pages to publish from the "/"
c04352b is described below

commit c04352b0f6bf098eded2639690c5872b8b45eb91
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Feb 9 15:56:53 2021 +0900

    .asf.yaml: Explicitly setting pages to publish from the "/"
    
    It appears that the `.asf.yaml` parsing code defaults to a "/docs"
    subdirectory if `ghp_path` is left unspecified.
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index dcd8071..98b14ea 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,6 +36,7 @@ github:
 
   # Enable pages publishing
   ghp_branch: gh-pages
+  ghp_path: /
 
   # Testing basic protection of multiple branches,
   # this needs to be tested on the master branch.