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 0869270 commit eec6dd2Copy full SHA for eec6dd2
.github/workflows/deploy-vitepress-docs.yaml
@@ -60,7 +60,7 @@ jobs:
60
working-directory: internal/documentation
61
run: npm run jsdoc-generate
62
- name: Build Schema
63
- working-directory: ${{ runner.temp }}/isolated-docs
+ working-directory: internal/documentation
64
run: |
65
npm run schema-generate
66
npm run schema-workspace-generate
@@ -73,7 +73,7 @@ jobs:
73
74
# TODO: Skip for now deployment of the schema until we do a Schema Version 5 release
75
# rm -rf ./gh-pages/schema
76
- # cp -R ${{ runner.temp }}/isolated-docs/schema ./gh-pages/schema/
+ # cp -R internal/documentation/schema ./gh-pages/schema/
77
rm -rf ./gh-pages/${DOC_VERSION}
78
rm -rf ./gh-pages/${DOC_ALIAS}
79
0 commit comments