Skip to content

Commit

Permalink
Merge pull request #68 from web3wagers/dev
Browse files Browse the repository at this point in the history
[fix] updating NEXT_PUBLIC_APP_ROOT env var
  • Loading branch information
adrianvrj authored Sep 2, 2024
2 parents 1e15922 + 0f73dc9 commit 58cbe42
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 58cbe42

Please sign in to comment.