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 4921b57 commit ac1f237Copy full SHA for ac1f237
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 18
19
cache: npm
20
- - run: npm install
+ - run: npm install --force
21
- name: Build app with GitHub Pages base
22
run: npm run build -- --base /${{ github.event.repository.name }}
23
- name: Configure Pages (if this fails, set Pages source to GitHub Actions in repo settings)
0 commit comments