feat: reorganize repo

This commit is contained in:
taskylizard 2024-08-03 10:38:06 +00:00
parent 49eb39bc1f
commit 23389c69df
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
107 changed files with 15 additions and 429 deletions

6
.github/script.sh vendored
View file

@ -1,7 +1,7 @@
set -e
python .github/replace.py
python .github/add-headers.py
for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
done
exit 0

View file

@ -41,11 +41,11 @@ jobs:
- name: Build with VitePress
run: |
pnpm docs:build
touch .vitepress/dist/.nojekyll
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: .vitepress/dist
path: docs/.vitepress/dist
deploy:
environment: