Skip to content

Commit 0797851

Browse files
committed
chore: fix again deploy docs action
1 parent 0fce553 commit 0797851

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
node-version: 20
1717
cache: npm
1818
- name: Install dependencies
19-
run: npm install --legacy-peer-deps
19+
run: npm install
2020
- name: Build Packages
2121
run: npm run build:packages
2222
- name: Install docs deps
23-
run: (cd docs && npm install)
23+
run: (cd docs && npm install --legacy-peer-deps)
2424
- name: Build website
2525
run: (cd docs && npm run build)
2626

0 commit comments

Comments
 (0)