forked from MapComplete/MapComplete
Fix location of dev build
This commit is contained in:
parent
81d0e8d7bf
commit
c21ef304de
2 changed files with 1 additions and 2 deletions
1
.github/workflows/deploy_pietervdvn.yml
vendored
1
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -2,7 +2,6 @@ name: Deployment on pietervdvn
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
- theme/*
|
||||
- refactoring/*
|
||||
|
|
|
@ -32,7 +32,7 @@ then
|
|||
echo "Source maps are enabled"
|
||||
fi
|
||||
|
||||
if [ $BRANCH = "master" ]
|
||||
if [ $BRANCH = "master" ] || [ $BRANCH = "develop" ]
|
||||
then
|
||||
ASSET_URL="./"
|
||||
export ASSET_URL
|
||||
|
|
Loading…
Reference in a new issue