style: format

This commit is contained in:
Dup4
2022-02-15 12:44:15 +08:00
parent 30e7f7792f
commit 9af09b3c8a

View File

@@ -1,9 +1,11 @@
name: ci
name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
@@ -12,6 +14,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force