Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash authored Jan 4, 2025
1 parent f906395 commit d48321b
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 @@ -81,7 +81,7 @@ jobs:
echo "NEXT_PUBLIC_NODE_URL=${{vars.NEXT_PUBLIC_NODE_URL}}" >> .env
echo "NEXT_PUBLIC_NETWORK=${{vars.NEXT_PUBLIC_NETWORK}}" >> .env
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} workspace my-contracts build && ${{ steps.detect-package-manager.outputs.runner }} workspace my-dapp build
run: ${{ steps.detect-package-manager.outputs.runner }} run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d48321b

Please sign in to comment.