Skip to content

Commit

Permalink
Update nextjs.yml to set working directory to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes authored Apr 13, 2024
1 parent 030e79e commit 7168129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7168129

Please sign in to comment.