Skip to content

Commit

Permalink
Fix publishing on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow committed Jan 6, 2025
1 parent e12224c commit 282b6e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
version: latest

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
run: |
pnpm install --force @img/sharp-linux-x64
pnpm install --frozen-lockfile --ignore-scripts
- name: Build the docs
run: pnpm run build
Expand Down

0 comments on commit 282b6e6

Please sign in to comment.