Skip to content

Commit

Permalink
Fix docs workflow (#5072)
Browse files Browse the repository at this point in the history
* Fix `docs` workflow

* Update .github/workflows/docs.yml

Co-authored-by: David Khourshid <[email protected]>

---------

Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
Andarist and davidkpiano authored Sep 14, 2024
1 parent e5d9807 commit 2ec9459
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: ./.github/actions/ci-setup

- name: Build docs
working-directory: docs
run: |
yarn install
NODE_OPTIONS='--openssl-legacy-provider' yarn docs:build
NODE_OPTIONS='--openssl-legacy-provider' pnpm docs:build
- name: Publish docs
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 2ec9459

Please sign in to comment.