From 5eca4641c89aa1476e70bd77bfbe571348dd8be0 Mon Sep 17 00:00:00 2001 From: Etai Lev Ran Date: Mon, 25 Mar 2024 16:07:53 +0200 Subject: [PATCH] workflow file Signed-off-by: Etai Lev Ran --- .../{workflows/hugo_checklinks.yml => checklinks.workflow} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/{workflows/hugo_checklinks.yml => checklinks.workflow} (90%) diff --git a/.github/workflows/hugo_checklinks.yml b/.github/checklinks.workflow similarity index 90% rename from .github/workflows/hugo_checklinks.yml rename to .github/checklinks.workflow index c6113094..1d9e5fcf 100644 --- a/.github/workflows/hugo_checklinks.yml +++ b/.github/checklinks.workflow @@ -16,6 +16,6 @@ action "linkcheck" { HUGO_CONFIG = "./website/config.toml" HUGO_ROOT = "./website" HUGO_CONTENT_ROOT = "./website/content" - HUGO_FINAL_URL = "https://clusterlink.bet" + HUGO_FINAL_URL = "https://clusterlink.net" } -} +} \ No newline at end of file