diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc5123f..60795b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,11 +35,13 @@ jobs: with: static_site_generator: next - name: Build with Next.js - run: yarn build + run: | + cd app + yarn build - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./out + path: app/out build-and-deploy-spec: permissions: