Skip to content

Commit

Permalink
adapt nextjs.yaml for github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzirps committed Dec 17, 2024
1 parent 3732b4f commit 28a21cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache-dependency-path: frontend/pnpm-lock.yaml
node-version: ${{ matrix.node-version }}
cache: "pnpm"

Expand Down

0 comments on commit 28a21cb

Please sign in to comment.