You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2023/01/09 10:11:17 UTC

[couchdb-helm] branch main updated: fix: set github pages path to /

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

willholley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bcd4cc  fix: set github pages path to /
7bcd4cc is described below

commit 7bcd4cc486b90a23b26067ba6f1f6e4c8b72afde
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Mon Jan 9 09:45:50 2023 +0000

    fix: set github pages path to /
    
    To workaround https://issues.apache.org/jira/browse/INFRA-24071, explicitly set the `ghp_path` to a value other than `/docs`. This should force the branch root folder to be used when compiling github pages.
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index e7d691f..789f1bc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,3 +11,4 @@ github:
       required_linear_history: true
     gh-pages: {}
   ghp_branch: gh-pages
+  ghp_path: ~