Skip to content

Commit

Permalink
try setting env variable to work around gatsbyjs/gatsby#28204
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Nov 15, 2021
1 parent 074cd21 commit 805f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10'
- run: npm install
- run: SHARP_IGNORE_GLOBAL_LIBVIPS=true npm install
- run: ./scripts/preprocess-publications.js
- uses: enriikke/gatsby-gh-pages-action@v2
with:
Expand Down

0 comments on commit 805f8c9

Please sign in to comment.