diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2fc24f2..fffd37f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: static_site_generator: next - name: Build with Next.js 🏗️ - run: npx next build + run: npm run build:client - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3