Skip to content

Commit e2018d9

Browse files
committed
docs: Skip schema deployment for v5 branch (for now)
1 parent 1926ff6 commit e2018d9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)