From 268caec84ff09f33fea7fce7d217c7a50f3ac669 Mon Sep 17 00:00:00 2001 From: Benedict Lang <76404140+BenedictLang@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:46:26 +0200 Subject: [PATCH] fix: remove static folder --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eed33af..9f8697f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: pnpm build mkdir -p build echo "Exporting to /build ..." - cp -r .next static public build/ + cp -r .next public build/ env: WORDPRESS_GRAPHQL_ENDPOINT: ${{ secrets.WORDPRESS_GRAPHQL_ENDPOINT }}