diff --git a/.github/workflows/deploy-vitepress-docs.yaml b/.github/workflows/deploy-vitepress-docs.yaml index adb24d3db7f..41307c6c88e 100644 --- a/.github/workflows/deploy-vitepress-docs.yaml +++ b/.github/workflows/deploy-vitepress-docs.yaml @@ -87,8 +87,8 @@ jobs: # Symlink the api docs to avoid duplication ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api - # TODO: Enable when v5 release is done - # cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html + # Custom 404 page + cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html - name: Publish Docs run: | cd ./gh-pages