Skip to content

Commit

Permalink
Merge pull request #471 from hackforla/bug_base_url_fix
Browse files Browse the repository at this point in the history
added base url
  • Loading branch information
brodly authored Mar 27, 2020
2 parents 7a5897d + f8986f8 commit 37d1457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REACT_APP_MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
DB_URL: ${{ secrets.DB_URL }}
BASE_URL: ${{ /311-data }}
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
Expand Down

0 comments on commit 37d1457

Please sign in to comment.