Skip to content

Commit

Permalink
NO-ISSUE fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 22, 2023
1 parent ace6975 commit c51dbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 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: export NODE_OPTIONS=--openssl-legacy-provider 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Test Project
run: npm test
- name: Test building docs
run: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build

0 comments on commit c51dbfa

Please sign in to comment.