Skip to content

Commit

Permalink
NO-ISSUE Fix building docs CI by using openssl-legacy-provider option
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 22, 2023
1 parent bfaec16 commit ace6975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ls | grep -v '.git' | xargs rm -r
cd ../
- name: Build Docs
run: npm run docs:build
run: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build
- name: Copy & Deploy
run: |
cp -r docs/.vuepress/dist/* doc-dist/
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
run: npm ci
- name: Test Project
run: npm test

- name: Test building docs
run: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build

0 comments on commit ace6975

Please sign in to comment.