chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 11:58:09 +08:00
commit d85923ffd2
285 changed files with 9496 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip3 install -U -r requirements.txt
- run: mkdocs gh-deploy --force