Skip to content

Commit

Permalink
[fix] updating NEXT_PUBLIC_APP_ROOT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj authored Sep 2, 2024
1 parent c12ef87 commit 0f73dc9
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 @@ -75,7 +75,7 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
env:
ROOT: ${{ vars.ROOT }}
NEXT_PUBLIC_APP_ROOT: ${{ vars.NEXT_PUBLIC_APP_ROOT }}
run: |
echo "ROOT is ${{ vars.ROOT }}"
${{ steps.detect-package-manager.outputs.runner }} next build
Expand Down

0 comments on commit 0f73dc9

Please sign in to comment.