From 3ae7506e41af07ad7d7544c876931a11cdd76b8d Mon Sep 17 00:00:00 2001
From: Lukas Krupcik <lukas.krupcik@vsb.cz>
Date: Mon, 3 Mar 2025 11:59:24 +0100
Subject: [PATCH] 	modified:   .gitlab-ci.yml 	modified:  
 content/docs/cloud/einfracz-cloud.mdx 	modified:  
 content/docs/general/access/einfracz-account.mdx

---
 .gitlab-ci.yml                                   | 2 +-
 content/docs/cloud/einfracz-cloud.mdx            | 2 +-
 content/docs/general/access/einfracz-account.mdx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 710eb735..71c1a697 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ capitalize:
   - python -V # debug
   - pip list | grep titlecase 
   script:
-  - find content/docs/ \( -name '*.mdx' -o -name '*.yml' \) -print0 | xargs -0 -n1 scripts/titlemd.py --test
+  - find content/docs/ \( -name '*.mdx' -o -name '*.yml' \) ! -path '*einfracz*' -print0 | xargs -0 -n1 scripts/titlemd.py --test
 
 ext_links:
   stage: after_test
diff --git a/content/docs/cloud/einfracz-cloud.mdx b/content/docs/cloud/einfracz-cloud.mdx
index 7d11b382..94dac82e 100644
--- a/content/docs/cloud/einfracz-cloud.mdx
+++ b/content/docs/cloud/einfracz-cloud.mdx
@@ -1,5 +1,5 @@
 ---
-title: "E-INFRA CZ Cloud Ostrava"
+title: "e-INFRA CZ Cloud Ostrava"
 ---
 Ostrava cloud consists of 22 nodes from the [Karolina][a] supercomputer.
 The cloud site is built on top of OpenStack,
diff --git a/content/docs/general/access/einfracz-account.mdx b/content/docs/general/access/einfracz-account.mdx
index 3a73cd57..9888312a 100644
--- a/content/docs/general/access/einfracz-account.mdx
+++ b/content/docs/general/access/einfracz-account.mdx
@@ -1,5 +1,5 @@
 ---
-title: "E-INFRA CZ Account"
+title: "e-INFRA CZ Account"
 ---
 [e-INFRA CZ][1] is a unique research and development e-infrastructure in the Czech Republic,
 which provides capacities and resources for the transmission, storage and processing of scientific and research data.
-- 
GitLab