Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Jul 22, 2024
1 parent 66ad91e commit b7b923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
touch ./apps/exhibition-live/.env
echo NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID="$NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID" >> ./apps/exhibition-live/.env
echo NEXT_PUBLIC_BASE_PATH="/${{ github.event.repository.name }}" >> ./apps/exhibition-live/.env
echo SPARQL_ENDPOINT="$SPARQL_ENDPOINT" >> ./apps/exhibition-live/.env
echo SPARQL_ENDPOINT="https://ausstellungsdatenbank.kuenste.live/query" >> ./apps/exhibition-live/.env
echo SPARQL_ENDPOINT_LABEL="Local Testing" >> ./apps/exhibition-live/.env
echo SPARQL_ENDPOINT_PROVIDER="oxigraph" >> ./apps/exhibition-live/.env
- name: Build with Next.js
Expand Down

0 comments on commit b7b923b

Please sign in to comment.