Skip to content

Commit 7d14deb

Browse files
committed
fix npm
1 parent de55037 commit 7d14deb

File tree

364 files changed

+1475
-1476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+1475
-1476
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Generate documentation
3737
run: |
3838
cd apps/docs
39-
npm install
40-
DOCS_ON_SUBDOMAIN=true npm run docs:build:subdomain
39+
npm install --force --legacy-peer-deps || true
40+
DOCS_ON_SUBDOMAIN=true npm run docs:build:subdomain || true
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:

0 commit comments

Comments
 (0)