Skip to content

Commit 9bd5b35

Browse files
authored
Update nextjs.yml
1 parent cc553c3 commit 9bd5b35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
echo NEXT_PUBLIC_BACKEND_URL=${{ vars.NEXT_PUBLIC_BACKEND_URL }} >> .env
5858
echo NEXT_PUBLIC_FRONTEND_URL=${{ vars.NEXT_PUBLIC_FRONTEND_URL }} >> .env
5959
echo NEXT_PUBLIC_GOOGLE_ANALYTICS_TAG_ID=${{ vars.NEXT_PUBLIC_GOOGLE_ANALYTICS_TAG_ID }} >> .env
60-
ls -a
61-
cat .env
6260
- name: Build and statically render nextjs with Next.js
6361
run: ${{ steps.detect-package-manager.outputs.manager }} run build
6462
- run: echo '' > ./out/_next/.nojekyll

0 commit comments

Comments
 (0)