Remove bad scripts

This commit is contained in:
世界 2023-08-20 17:57:39 +08:00
parent fc22466e3b
commit 6011f4483a
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Generate Documents
on:
push:
branches:
- dev
paths:
- docs/**
- .github/workflows/mkdocs.yml
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
- run: |
mkdocs gh-deploy -m "{sha}" --force --ignore-version --no-history