1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

add github workflows.

This commit is contained in:
ycd
2020-08-09 00:46:42 +03:00
parent 43ddebe19f
commit 8d0d050cde

15
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force