Skip to content

Commit

Permalink
fix: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 19, 2025
1 parent 3a0bcee commit 8c2c31f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
NEXT_TELEMETRY_DISABLED: 1

jobs:
build:
name: Build and upload
Expand Down Expand Up @@ -57,10 +60,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build Next.js (fumadocs)
run: pnpm run build
run: pnpm next build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 8c2c31f

Please sign in to comment.