Fix location of dev build

This commit is contained in:
Pieter Vander Vennet 2023-08-29 10:02:17 +02:00
parent 81d0e8d7bf
commit c21ef304de
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@ name: Deployment on pietervdvn
on: on:
push: push:
branches: branches:
- develop
- feature/* - feature/*
- theme/* - theme/*
- refactoring/* - refactoring/*

View file

@ -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