Skip to content

Commit

Permalink
Add environment variables for CI and PUBLIC_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
UretzkyZvi committed Dec 30, 2023
1 parent 6ce9382 commit e1e2f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
env:
CI: false
PUBLIC_URL: "https://uretzkyzvi.github.io/nexwind-components"
REACT_APP_TMDB_API_KEY: ${{ secrets.REACT_APP_TMDB_API_KEY }}
outputs:
manager: ${{ steps.detect-package-manager.outputs.manager }}
command: ${{ steps.detect-package-manager.outputs.command }}
Expand Down

0 comments on commit e1e2f04

Please sign in to comment.