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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit df1c65932db5fc1ee1dbad6e9758d7d79535224a
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Nov 15 12:53:24 2022 +0100

    Enable github pages
    
    * Update jekyll and fix markdown error
    
    * Change website domain name
    
    * Disable branch protection rules
---
 .asf.yaml                        | 14 +++++---------
 docs/CNAME                       |  2 +-
 docs/Gemfile                     |  4 ++--
 docs/examples/extrusion/index.md |  3 ++-
 4 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b469b5f0..7ecc7c26 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,9 @@
 
 github:
   description: Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.
-  homepage: www.baremaps.com
+  homepage: baremaps.apache.org
+  ghp_branch: main
+  ghp_path: /docs
   labels:
     - java 
     - vector-tiles 
@@ -30,14 +32,8 @@ github:
     squash: true
     merge: false
     rebase: false
-  protected_branches:
-    main:
-      required_status_checks:
-        strict: true
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        required_approving_review_count: 1
-
+  protected_branches: ~
+  
 notifications:
   commits:      [email protected]
   issues:       [email protected]
diff --git a/docs/CNAME b/docs/CNAME
index 5dfdca33..d0af0f39 100644
--- a/docs/CNAME
+++ b/docs/CNAME
@@ -1 +1 @@
-www.baremaps.com
\ No newline at end of file
+baremaps.apache.org
diff --git a/docs/Gemfile b/docs/Gemfile
index a3848367..0410b66a 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,6 +1,6 @@
 source "https://rubygems.org";
-gem "jekyll", "~> 3.9.0"
-gem "github-pages", "~> 209"
+gem "jekyll", "~> 3.9.2"
+gem "github-pages", "~> 227"
 gem "jekyll-sitemap", "~> 1.4.0"
 gem "jekyll-gist", "~> 1.5.0"
 gem "jekyll-github-metadata", "~> 2.13.0"
diff --git a/docs/examples/extrusion/index.md b/docs/examples/extrusion/index.md
index 9f2131db..29931616 100644
--- a/docs/examples/extrusion/index.md
+++ b/docs/examples/extrusion/index.md
@@ -1,5 +1,6 @@
 ---
-layout: default title: Extrusion Example
+layout: default 
+title: Extrusion Example
 ---
 
 # Extrusion Example

Reply via email to