Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed Jan 5, 2025
1 parent 44b50db commit 8d6daab
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 @@ -31,6 +31,7 @@ jobs:
defaults:
run:
working-directory: ./appv2
shell: bash -x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -82,7 +83,6 @@ jobs:
echo "NEXT_PUBLIC_NETWORK=${{vars.NEXT_PUBLIC_NETWORK}}" >> .env
- name: Build with Next.js
run: |
set -x
${{ steps.detect-package-manager.outputs.runner }} build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 8d6daab

Please sign in to comment.