Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
z3y committed Aug 23, 2024
1 parent 795ac48 commit 210b119
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 @@ -25,7 +25,6 @@ concurrency:
cancel-in-progress: false

jobs:
# Build job
update:
runs-on: ubuntu-latest
defaults:
Expand All @@ -43,6 +42,7 @@ jobs:
- run: cp -r ./json-builder/output/*.json ./frontend/public/output/

build:
needs: update
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 210b119

Please sign in to comment.