style: format

This commit is contained in:
Dup4 2022-02-15 12:44:15 +08:00
parent 30e7f7792f
commit 9af09b3c8a
No known key found for this signature in database
GPG Key ID: A5AFB7DF61AB5579
1 changed files with 4 additions and 2 deletions

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