From 52799d8c738f4319e0fa7cf334d783646f7b424f Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 2 Jun 2024 14:51:43 +0200 Subject: [PATCH 1/2] fix workflow name --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ac9da56..7dcae31 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,4 @@ -name: ci +name: Documentation on: push: branches: [master] From 6ead492d4327612f66f61d0148de4698591a2136 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 2 Jun 2024 15:07:54 +0200 Subject: [PATCH 2/2] update website name --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1e2f6a1..822608e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: Innmind -repo_name: innmind/immutable +site_name: Innmind/Immutable +repo_name: Innmind/Immutable nav: - Getting Started: README.md