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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
|
||||||
- feature/*
|
- feature/*
|
||||||
- theme/*
|
- theme/*
|
||||||
- refactoring/*
|
- refactoring/*
|
||||||
|
|
|
@ -32,7 +32,7 @@ then
|
||||||
echo "Source maps are enabled"
|
echo "Source maps are enabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $BRANCH = "master" ]
|
if [ $BRANCH = "master" ] || [ $BRANCH = "develop" ]
|
||||||
then
|
then
|
||||||
ASSET_URL="./"
|
ASSET_URL="./"
|
||||||
export ASSET_URL
|
export ASSET_URL
|
||||||
|
|
Loading…
Reference in a new issue