From 3272ded0258c09c570889a222ffcd45dae082a04 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 26 Sep 2023 16:14:19 +0200 Subject: [PATCH] correct url --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f3c7de..aad2e61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: LINK TO WEBSITE run: | if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then - echo "Visit the production site at: https://www.lantaeu/DTCH/" + echo "Visit the production site at: https://lanta.eu/DTCH/" else - echo "Visit the dev site at: https://www.lantaeu/DTCH_DEV/" + echo "Visit the dev site at: https://lanta.eu/DTCH_DEV/" fi