Skip to content

Commit ea83176

Browse files
committed
docs: Update custom 404.html for VitePress docs
See: #1249
1 parent fe2e99c commit ea83176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
# Symlink the api docs to avoid duplication
8888
ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api
8989
90-
# TODO: Enable when v5 release is done
91-
# cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html
90+
# Custom 404 page
91+
cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html
9292
- name: Publish Docs
9393
run: |
9494
cd ./gh-pages

0 commit comments

Comments
 (0)