Skip to content

Commit

Permalink
ci: fix deploy (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js authored Nov 8, 2024
1 parent d396b8f commit 5447a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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:
Expand Down

0 comments on commit 5447a84

Please sign in to comment.