We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfaec16 + c51dbfa commit e6d67e2Copy full SHA for e6d67e2
.github/workflows/deploy-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
ls | grep -v '.git' | xargs rm -r
33
cd ../
34
- name: Build Docs
35
- run: npm run docs:build
+ run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
36
- name: Copy & Deploy
37
run: |
38
cp -r docs/.vuepress/dist/* doc-dist/
.github/workflows/test.yml
@@ -26,4 +26,5 @@ jobs:
26
run: npm ci
27
- name: Test Project
28
run: npm test
29
-
+ - name: Test building docs
30
0 commit comments