Skip to content

Commit

Permalink
add endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EdyTheCow committed Apr 16, 2024
1 parent 8a27de0 commit d4865a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-photos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn install

- name: Build photos
run: yarn build:photos
run: NEXT_PUBLIC_ENTE_ENDPOINT=${{ secrets.API_ENDPOINT_URL }} yarn build:photos

- name: Publish photos
uses: cloudflare/pages-action@1
Expand Down

0 comments on commit d4865a4

Please sign in to comment.