Fix: fix domain name

This commit is contained in:
Pieter Vander Vennet 2023-08-23 18:04:28 +02:00
parent 3ec0bfa1b8
commit 301f00f6ae

View file

@ -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