We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4653419 commit 579db3bCopy full SHA for 579db3b
.github/workflows/test_full.yml
@@ -26,6 +26,18 @@ jobs:
26
# run: pip install pytest pytest-asyncio pytest-django injector==0.19.0 django-ninja asgiref contextlib2
27
# - name: Test
28
# 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
41
codestyle:
42
runs-on: ubuntu-latest
43
0 commit comments