mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Remove docs and added them back? And also made the return uuid thing
now an endpoint that can be logged & cached.
This commit is contained in:
parent
5c64ae08bf
commit
0dfbdb4c91
21 changed files with 31 additions and 55 deletions
8
build_docs_gh_workflow.sh
Normal file
8
build_docs_gh_workflow.sh
Normal file
|
@ -0,0 +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
|
Loading…
Add table
Add a link
Reference in a new issue