Skip to content

Commit

Permalink
fix build...yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vboulaye committed Mar 3, 2024
1 parent bd93c72 commit 7d8b88e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
env:
PUBLIC_DEEZER_ID: ${{ secrets.PUBLIC_DEEZER_ID }}
PUBLIC_ORIGIN: ${{ vars.PUBLIC_ORIGIN }}
PUBLIC_DEEZER_AUTHORIZATION_URL: "https://connect.deezer.com/oauth/auth.php",
PUBLIC_DEEZER_TOKEN_URL: "https://connect.deezer.com/oauth/access_token.php",
PUBLIC_DEEZER_API_URL: "https://api.deezer.com",
PUBLIC_DEEZER_AUTHORIZATION_URL: "https://connect.deezer.com/oauth/auth.php"
PUBLIC_DEEZER_TOKEN_URL: "https://connect.deezer.com/oauth/access_token.php"
PUBLIC_DEEZER_API_URL: "https://api.deezer.com"
run: |
pnpm install
npm run build
Expand Down

0 comments on commit 7d8b88e

Please sign in to comment.