Skip to content

Commit f8569bf

Browse files
authored
Update nextjs.yml
1 parent 07b2324 commit f8569bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
echo NEXT_PUBLIC_BACKEND_URL=${{ vars.BACKEND_URL }} >> .env
5959
echo NEXT_PUBLIC_FRONTEND_URL=${{ vars.FRONTEND_URL }} >> .env
6060
echo NEXT_PUBLIC_GOOGLE_ANALYTICS_TAG_ID=${{ vars.GOOGLE_ANALYTICS_TAG_ID }} >> .env
61+
ls
62+
cat .env
6163
- name: Build and statically render nextjs with Next.js
6264
run: ${{ steps.detect-package-manager.outputs.manager }} run build
6365
- run: echo '' > ./out/_next/.nojekyll

0 commit comments

Comments
 (0)