forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
7ebb3d721c
411 changed files with 21814 additions and 8717 deletions
|
@ -65,10 +65,10 @@ jobs:
|
|||
- name: "Copying files"
|
||||
run: |
|
||||
echo "Deploying"
|
||||
rm -rf pietervdvn.github.io/mc/${{ env.TARGET_BRANCH }}/*
|
||||
mkdir -p pietervdvn.github.io/mc/${{ env.TARGET_BRANCH }}/
|
||||
cp -r dist/* pietervdvn.github.io/mc/${{ env.TARGET_BRANCH }}/
|
||||
cd pietervdvn.github.io/
|
||||
rm -rf mapcomplete.github.io/*
|
||||
cp -r dist/* mapcomplete.github.io/
|
||||
cd mapcomplete.github.io/
|
||||
echo "mapcomplete.org" > CNAME
|
||||
git add *
|
||||
if git status | grep -q "Changes to be committed"
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue