Skip to content

Commit 579db3b

Browse files
committed
testing automation
1 parent 4653419 commit 579db3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test_full.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ jobs:
2626
# run: pip install pytest pytest-asyncio pytest-django injector==0.19.0 django-ninja asgiref contextlib2
2727
# - name: Test
2828
# run: pytest
29+
Publish Document:
30+
name: Deploy docs
31+
runs-on: ubuntu-latest
32+
steps:
33+
- name: Checkout main
34+
uses: actions/checkout@v2
35+
36+
- name: Deploy docs
37+
uses: mhausenblas/mkdocs-deploy-gh-pages@master
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
2941
codestyle:
3042
runs-on: ubuntu-latest
3143

0 commit comments

Comments
 (0)