File tree Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 2626# run: pip install pytest pytest-asyncio pytest-django injector==0.19.0 django-ninja asgiref contextlib2
2727# - name: Test
2828# run: pytest
29- documentation :
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-
4129 codestyle :
4230 runs-on : ubuntu-latest
4331
6048 - name : mypy
6149 run : mypy ninja_extra
6250 - name : Build and Deploy Document
63- run : mkdocs build && mkdocs gh-deploy --force
51+ run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 5454- Dependency Injection : service_module_injector.md
5555
5656markdown_extensions :
57- - markdown_include.include
58- - codehilite
59- - admonition
60- - pymdownx.superfences
57+ - mkautodoc
58+ - admonition
59+ - pymdownx.highlight
60+ - pymdownx.superfences
Original file line number Diff line number Diff line change @@ -70,6 +70,5 @@ test = [
7070doc = [
7171 " mkdocs" ,
7272 " mkdocs-material" ,
73- " markdown-include" ,
7473 " mkautodoc"
7574]
You can’t perform that action at this time.
0 commit comments