Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Add --force because we inherited a build that depends on some difficu…
Browse files Browse the repository at this point in the history
…lt to resolve dependencies.
  • Loading branch information
wyhaines committed May 1, 2024
1 parent dd5e776 commit 65bc21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gatsby-build-
- name: Install dependencies
run: npm ci
run: npm ci --force
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
PREFIX_PATHS: "true"
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand All @@ -75,4 +75,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 65bc21b

Please sign in to comment.