From 301f00f6aef727981e2faa73e2093710ac25c337 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 23 Aug 2023 18:04:28 +0200 Subject: [PATCH] Fix: fix domain name --- .github/workflows/theme_validation_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theme_validation_and_deploy.yml b/.github/workflows/theme_validation_and_deploy.yml index 32b593381..35c92a86b 100644 --- a/.github/workflows/theme_validation_and_deploy.yml +++ b/.github/workflows/theme_validation_and_deploy.yml @@ -68,7 +68,7 @@ jobs: rm -rf mapcomplete.github.io/* cp -r dist/* mapcomplete.github.io/ cd mapcomplete.github.io/ - echo "mapcomplete.osm.be" > CNAME + echo "mapcomplete.org" > CNAME git add * if git status | grep -q "Changes to be committed" then