From 5447a8480e3985958ada83d1484381fe6a81e319 Mon Sep 17 00:00:00 2001 From: Arthur Green Date: Fri, 8 Nov 2024 04:47:29 +0400 Subject: [PATCH] ci: fix deploy (#164) --- .github/workflows/deploy-nextjs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-nextjs.yml b/.github/workflows/deploy-nextjs.yml index c0e82aa..8100a78 100644 --- a/.github/workflows/deploy-nextjs.yml +++ b/.github/workflows/deploy-nextjs.yml @@ -42,7 +42,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'pnpm' - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 with: # Automatically inject basePath in your Next.js configuration file and disable # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). @@ -62,7 +62,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Build with Next.js - run: pnpm exec next build + run: pnpm run build - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: