Skip to content

Commit 28b4e4c

Browse files
committed
Try to fix github doc creation error. #patch
1 parent 76dfd5d commit 28b4e4c

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/prod-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish Docs
22
on:
33
push:
4-
branches: [ 'main', 'dev' ]
5-
#paths: [ 'docs/**' ]
4+
branches: [ 'main' ]
5+
paths: [ 'docs/**' ]
66
permissions:
77
contents: write
88
jobs:
@@ -13,8 +13,6 @@ jobs:
1313
- name: Checkout main
1414
uses: actions/checkout@v3
1515

16-
- run: pip install --no-input mkdocs-render-swagger-plugin
17-
1816
- name: Deploy docs
1917
uses: mhausenblas/mkdocs-deploy-gh-pages@master
2018
env:

docs/docs/getting_started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Quick Start / TL;DR
22

3+
**Dafault user:** user / password
4+
**Default admin:** admin / password
5+
36
*(Make sure Docker is installed: [go to docker.com](https://www.docker.com/get-started/))*
47

58
**Minimal Docker Run Command (CMD):**

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ ignore-nested-classes = true
2323
fail-under = 80
2424
verbose = 2
2525
exclude = ["data"]
26-
27-
[tool.setuptools_scm]
28-
version_file = "_version.py"

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ interrogate
33
pycln
44
yapf
55
ruff
6-
#pydotplus
7-
#mkdocs
8-
#mkdocs-material
6+
pydotplus
7+
mkdocs
8+
mkdocs-material
99
mkdocs-render-swagger-plugin

0 commit comments

Comments
 (0)