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 f0a0ffd .asf.yaml: Configure pages to be published from /docs
f0a0ffd is described below
commit f0a0ffd90a44076161814a1fdf1231fcdecf3102
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Jan 12 17:19:00 2021 +0900
.asf.yaml: Configure pages to be published from /docs
This is apparently the default, but it seems to not be getting deployed,
let's poke the beast by trying to tweak the configuration.
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index ff0b21a..45a764f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,6 +25,7 @@ github:
# Enable pages publishing
ghp_branch: gh-pages
+ ghp_path: /docs
# Testing basic protection of multiple branches,
# this needs to be tested on the master branch.