Setting up CD
This commit is contained in:
parent
c2601e709e
commit
abcf973ed8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: |
|
||||
echo "Deploying"
|
||||
rm -rf mapcomplete.github.io/*
|
||||
cp dist/* mapcomplete.github.io/
|
||||
cp -r dist/* mapcomplete.github.io/
|
||||
cd mapcomplete.github.io/
|
||||
echo "mapcomplete.osm.be" > CNAME
|
||||
git add *
|
||||
|
|
Loading…
Reference in a new issue