diff --git a/.prettierignore b/.prettierignore index bff7847..fbe09a4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,5 @@ .env* sentry* package.json -node_modules \ No newline at end of file +node_modules +/public/docs diff --git a/build_docs_gh_workflow.sh b/build_docs_gh_workflow.sh index 7706be1..ec22321 100644 --- a/build_docs_gh_workflow.sh +++ b/build_docs_gh_workflow.sh @@ -1,8 +1,8 @@ #!/bin/bash cd ./docs/ npm install -g vitepress - bunx vitepress build - cd .. - cp -R ./docs/.vitepress/dist/ ./public/docs/ - echo "Done :)" - exit 1 +bunx vitepress build +cd .. +cp -R ./docs/.vitepress/dist/ ./public/docs/ +echo "Done :)" +exit 1 diff --git a/public/docs/404.html b/public/docs/404.html index ec9f352..c654053 100644 --- a/public/docs/404.html +++ b/public/docs/404.html @@ -1,22 +1,50 @@ - +
- - + +