Skip to content

Commit c51dbfa

Browse files
committed
NO-ISSUE fix command
1 parent ace6975 commit c51dbfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ls | grep -v '.git' | xargs rm -r
3333
cd ../
3434
- name: Build Docs
35-
run: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build
35+
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
3636
- name: Copy & Deploy
3737
run: |
3838
cp -r docs/.vuepress/dist/* doc-dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test Project
2828
run: npm test
2929
- name: Test building docs
30-
run: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build
30+
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build

0 commit comments

Comments
 (0)