From 976f50fec6645f3e81659517176feac07975fe5e Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Thu, 10 Oct 2024 18:41:46 +0000 Subject: [PATCH] CICD: Don't test hugo-book commit links --- .htmltest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htmltest.yml b/.htmltest.yml index 339178b..1f2323d 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -5,7 +5,9 @@ EnforceHTTPS: true IgnoreURLs: # - "example.com" # - "^/misc/js/script.js$" +# For "Edit this page" and "Last modified by": - "https://gitlab.com/lvra/lvra.gitlab.io/-/edit" +- "https://gitlab.com/lvra/lvra.gitlab.io/-/commit" # IgnoreDirs: # - "lib" CacheExpires: "6h" \ No newline at end of file