This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2f4174e updates .yml to appropriately publish site
2f4174e is described below
commit 2f4174ebadf1141663af9186dbcae448ce84d48e
Author: poorejc <[email protected]>
AuthorDate: Thu Nov 30 22:42:57 2023 -0500
updates .yml to appropriately publish site
---
.asf.yaml | 6 +++++-
content/_config.yml | 2 +-
site/_config.yml | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ba1e99b..c40c2aa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -58,4 +58,8 @@ notifications:
pullrequests_status: [email protected]
pullrequests_comment: [email protected]
# Send dependabot PRs to commits@ instead
- pullrequests_bot_dependabot: [email protected]
\ No newline at end of file
+ pullrequests_bot_dependabot: [email protected]
+
+#used for asf-site only to publish website
+publish:
+ whoami: publish
\ No newline at end of file
diff --git a/content/_config.yml b/content/_config.yml
index 51ec619..209b79a 100644
--- a/content/_config.yml
+++ b/content/_config.yml
@@ -16,7 +16,7 @@
title: Apache Flagon
description: The homepage for Apache Flagon
baseurl: "" # the subpath of your site, e.g. /blog
-url: "http://flagon.apache.org" # the base hostname & protocol for your site,
e.g. http://example.com
+url: "https://flagon.apache.org" # the base hostname & protocol for your site,
e.g. http://example.com
twitter_username: ApacheFlagon
github_username: apache
diff --git a/site/_config.yml b/site/_config.yml
index 51ec619..209b79a 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -16,7 +16,7 @@
title: Apache Flagon
description: The homepage for Apache Flagon
baseurl: "" # the subpath of your site, e.g. /blog
-url: "http://flagon.apache.org" # the base hostname & protocol for your site,
e.g. http://example.com
+url: "https://flagon.apache.org" # the base hostname & protocol for your site,
e.g. http://example.com
twitter_username: ApacheFlagon
github_username: apache