File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -63,19 +63,21 @@ jobs:
6363 # The alias output
6464 npm run build:vitepress -- --base="/${{ github.event.repository.name }}/${DOC_ALIAS}/" --outDir="dist-${DOC_ALIAS}"
6565 npm run build:assets -- ./dist-${DOC_ALIAS}
66- - name : Build Schema
67- run : |
68- npm run schema-generate
69- npm run schema-workspace-generate
66+ # TODO: Skip for now deployment of the schema until we do a Schema Version 5 release
67+ # - name: Build Schema
68+ # run: |
69+ # npm run schema-generate
70+ # npm run schema-workspace-generate
7071 - name : Checkout gh-pages
7172 uses : actions/checkout@v4
7273 with :
7374 ref : gh-pages
7475 path : gh-pages
7576 - name : Copy the additional resources to gh-pages
7677 run : |
77- rm -rf ./gh-pages/schema
78- cp -R ./site/schema ./gh-pages/
78+ # TODO: Skip for now deployment of the schema until we do a Schema Version 5 release
79+ # rm -rf ./gh-pages/schema
80+ # cp -R ./site/schema ./gh-pages/
7981 rm -rf ./gh-pages/${DOC_VERSION}
8082 rm -rf ./gh-pages/${DOC_ALIAS}
8183
You can’t perform that action at this time.
0 commit comments