Skip to content

Commit

Permalink
fix CI dependency no env bug2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Mar 29, 2024
1 parent 9e0f7a1 commit 24a0bca
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 @@ -63,7 +63,7 @@ jobs:
run: |
touch .env
echo EXT_PUBLIC_GAPI_OAUTH_CLIENT_ID="${{ secrets.NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID }}" >> .env
echo NEXT_PUBLIC_BASE_PATH="/${{ github.event.repository.name }}"
echo NEXT_PUBLIC_BASE_PATH="/${{ github.event.repository.name }}" >> .env
- name: Build with Next.js
run: bun run build
- name: Static HTML export with Next.js
Expand Down

0 comments on commit 24a0bca

Please sign in to comment.