Skip to content

Commit

Permalink
Add PUBLIC_URL env variable to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 10, 2024
1 parent 59babdb commit fa77137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Build React app
run: yarn build
env:
PUBLIC_URL: https://pass.wayspace.net

- name: Save build output
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fa77137

Please sign in to comment.