diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4cf1c09..9d2c835 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,9 @@ concurrency: jobs: build: + defaults: + run: + working-directory: ./nextjs-app runs-on: ubuntu-latest steps: - name: Checkout