Skip to content

Commit eec6dd2

Browse files
committed
ci: Adjust schema deploy (to work with current approach)
1 parent 0869270 commit eec6dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-vitepress-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: internal/documentation
6161
run: npm run jsdoc-generate
6262
- name: Build Schema
63-
working-directory: ${{ runner.temp }}/isolated-docs
63+
working-directory: internal/documentation
6464
run: |
6565
npm run schema-generate
6666
npm run schema-workspace-generate
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
# TODO: Skip for now deployment of the schema until we do a Schema Version 5 release
7575
# rm -rf ./gh-pages/schema
76-
# cp -R ${{ runner.temp }}/isolated-docs/schema ./gh-pages/schema/
76+
# cp -R internal/documentation/schema ./gh-pages/schema/
7777
rm -rf ./gh-pages/${DOC_VERSION}
7878
rm -rf ./gh-pages/${DOC_ALIAS}
7979

0 commit comments

Comments
 (0)