Skip to content

Commit 4c4434c

Browse files
committed
testing automation
1 parent 48e9ddd commit 4c4434c

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ 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-
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

@@ -60,4 +48,4 @@ jobs:
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

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ nav:
5454
- Dependency Injection: service_module_injector.md
5555

5656
markdown_extensions:
57-
- markdown_include.include
58-
- codehilite
59-
- admonition
60-
- pymdownx.superfences
57+
- mkautodoc
58+
- admonition
59+
- pymdownx.highlight
60+
- pymdownx.superfences

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@ test = [
7070
doc = [
7171
"mkdocs",
7272
"mkdocs-material",
73-
"markdown-include",
7473
"mkautodoc"
7574
]

0 commit comments

Comments
 (0)