Fix: fix domain name
This commit is contained in:
parent
3ec0bfa1b8
commit
301f00f6ae
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
rm -rf mapcomplete.github.io/*
|
rm -rf mapcomplete.github.io/*
|
||||||
cp -r dist/* mapcomplete.github.io/
|
cp -r dist/* mapcomplete.github.io/
|
||||||
cd mapcomplete.github.io/
|
cd mapcomplete.github.io/
|
||||||
echo "mapcomplete.osm.be" > CNAME
|
echo "mapcomplete.org" > CNAME
|
||||||
git add *
|
git add *
|
||||||
if git status | grep -q "Changes to be committed"
|
if git status | grep -q "Changes to be committed"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue