Skip to content

Commit

Permalink
updat environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
brignano authored Jul 22, 2024
1 parent aba9ce7 commit 4ceca0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ 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_API_KEY: ${{ secrets.GOOGLE_MAPS_KEY }}
LOG_LEVEL: info
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4ceca0d

Please sign in to comment.