Skip to content

Commit 5f91c17

Browse files
committed
Yet another attempt to deploy
1 parent a9d37fe commit 5f91c17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ghpages.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212

13+
- name: Install dependencies
14+
run: |
15+
echo "Using npm install instead of npm ci to avoid rollup optional-deps issue"
16+
rm -rf node_modules package-lock.json || true
17+
npm install
18+
1319
- name: Setup node
1420
uses: actions/setup-node@v4
1521
with:

0 commit comments

Comments
 (0)