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.
1 parent ace6975 commit c51dbfaCopy full SHA for c51dbfa
.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: export NODE_OPTIONS=--openssl-legacy-provider 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
@@ -27,4 +27,4 @@ jobs:
27
- name: Test Project
28
run: npm test
29
- name: Test building docs
30
0 commit comments