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 1b7ad2f commit 5f2da06Copy full SHA for 5f2da06
.github/workflows/deploy-vitepress-docs.yaml
@@ -89,7 +89,8 @@ jobs:
89
# Symlink the api docs to avoid duplication
90
ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api
91
92
- cp ./packages/documentation/scripts/resources/custom404.html ./gh-pages/404.html
+ # TODO: Enable when v5 release is done
93
+ # cp ./packages/documentation/scripts/resources/custom404.html ./gh-pages/404.html
94
- name: Publish Docs
95
run: |
96
cd ./gh-pages
0 commit comments