Skip to content

Commit

Permalink
ci: fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Sep 24, 2024
1 parent 138fbc9 commit 7cab59d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
name: Build Tooling Libraries
- run: yarn build:docs
name: Build documentation
- run: yarn website build
name: Build website
- name: Build website
env:
NODE_OPTIONS: '--openssl-legacy-provider'
run: yarn website build
- run: yarn discovery test:ts
name: Discovery TS

0 comments on commit 7cab59d

Please sign in to comment.