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
The following commit(s) were added to refs/heads/main by this push:
new 58af3ff2 Disable branch protection (#539)
58af3ff2 is described below
commit 58af3ff238dc825cb9364bbdd38150aa464d340a
Author: Bertil Chapuis <[email protected]>
AuthorDate: Wed Nov 16 09:46:19 2022 +0100
Disable branch protection (#539)
* Update jekyll and fix markdown error
* Change website domain name
* Disable branch protection rules
---
.asf.yaml | 3 ++-
docs/CNAME | 2 +-
docs/Gemfile | 4 ++--
docs/examples/extrusion/index.md | 3 ++-
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 993fbb75..7ecc7c26 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
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:
@@ -32,6 +32,7 @@ github:
squash: true
merge: false
rebase: false
+ protected_branches: ~
notifications:
commits: [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