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 09:45:56 UTC

[couchdb-helm] 01/01: fix: set github pages path to /

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

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

commit b01ff6010d3a9355e5949d129e33de1501cb3a7d
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: ~