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 8d6daab commit f282f20
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,7 +31,6 @@ jobs:
defaults:
run:
working-directory: ./appv2
shell: bash -x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,6 +83,7 @@ jobs:
- name: Build with Next.js
run: |
${{ steps.detect-package-manager.outputs.runner }} build
shell: /usr/bin/bash -ex {0}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit f282f20

Please sign in to comment.