From fe042a32aba80e09751044179351b7eac1bf5457 Mon Sep 17 00:00:00 2001 From: Tom Moroney Date: Sat, 5 Oct 2024 21:11:19 +0100 Subject: [PATCH] Fixed errors 6 --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5427d2d..8479102 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,10 @@ jobs: static_site_generator: next - name: Build with Next.js 🏗️ - run: npx next build + run: | + npx next build + npx next export + - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3