From f0c568078c458c26cb72a8a294e901363a9d62a1 Mon Sep 17 00:00:00 2001 From: Will Holley Date: Fri, 17 Jun 2022 13:17:22 +0100 Subject: [PATCH] switch GitHub pages to gh-pages branch - Updates .asf.yaml to use the gh-pages branch as the source for GitHub pages (published to `https://apache.github.io/couchdb-helm`). - Require linear history for the `main` branch to ensure PRs are up to date prior to merge. - Prevent force push to `gh-pages` branch. --- .asf.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3c754c3..e7d691f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -8,5 +8,6 @@ github: main: required_status_checks: strict: true - ghp_branch: main - ghp_path: /docs + required_linear_history: true + gh-pages: {} + ghp_branch: gh-pages