We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592dc27 commit fdff04eCopy full SHA for fdff04e
.github/workflows/jekyll-gh-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '16' # Specify a version compatible with your project
20
21
- name: Install Dependencies
22
- run: npm install
+ run: npm install --legacy-peer-deps
23
24
- name: Build Project
25
run: npm run build
0 commit comments