This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 492-disable-branch-protection in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 0f02c5ca1177d6d803ea66071629a47b137fc3b0 Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Nov 15 17:19:11 2022 +0100 Update jekyll and fix markdown error --- docs/Gemfile | 4 ++-- docs/examples/extrusion/index.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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
