forked from MapComplete/MapComplete
Add deployment of branches
This commit is contained in:
parent
73736cc4a7
commit
92563ed2eb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_pietervdvn.yml
vendored
4
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: "Copying files"
|
||||
run: |
|
||||
echo "Deploying"
|
||||
rm -rf pietervdvn.github.io/mc/$GITHUB_REF/*
|
||||
TARGET=${$GITHUB_REF:11}
|
||||
TARGET=${GITHUB_REF:11}
|
||||
rm -rf pietervdvn.github.io/mc/$TARGET/*
|
||||
mkdir -p pietervdvn.github.io/mc/$TARGET/
|
||||
cp -r dist/* pietervdvn.github.io/mc/$TARGET/
|
||||
cd mapcomplete.github.io/
|
||||
|
|
Loading…
Reference in a new issue