From 9809f2a588ec1c06e59a39620c97740a69a37639 Mon Sep 17 00:00:00 2001 From: Andres Vallecilla Date: Tue, 20 Aug 2024 15:17:08 -0500 Subject: [PATCH] ci: update yarn build --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: