Skip to content

Commit

Permalink
add API_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
brignano authored Jul 21, 2024
1 parent 3b80089 commit 5eac2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: npm test --if-present
- name: Build
env:
API_URL: "https://${{ github.actor }}.github.io/${{ github.event.repository.name }}"
JSON_RESUME_URL: ${{ vars.JSON_RESUME_URL }}
GOOGLE_MAPS_KEY: ${{ secrets.GOOGLE_MAPS_KEY }}
LOG_LEVEL: info
Expand Down

0 comments on commit 5eac2c5

Please sign in to comment.