Skip to content

Commit 5f2da06

Browse files
committed
refactor: Disable 404 fix deployment for now
1 parent 1b7ad2f commit 5f2da06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
# Symlink the api docs to avoid duplication
9090
ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api
9191
92-
cp ./packages/documentation/scripts/resources/custom404.html ./gh-pages/404.html
92+
# TODO: Enable when v5 release is done
93+
# cp ./packages/documentation/scripts/resources/custom404.html ./gh-pages/404.html
9394
- name: Publish Docs
9495
run: |
9596
cd ./gh-pages

0 commit comments

Comments
 (0)