File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2323 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
2424 run : |
2525 make release
26+
27+ - name : Publish Documentation
28+ run : |
29+ pip install -r requirements-docs.txt
30+ pip install -e .
31+ mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ or with [tox](https://pypi.org/project/tox/) installed:
2020Documentation is published with [ mkdocs] ( ) :
2121
2222``` shell
23- $ pip install -r requirements.txt
23+ $ pip install -r requirements-docs .txt
2424$ pip install -e .
2525$ mkdocs serve
2626```
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ include .coveragerc
99include .editorconfig
1010include Makefile
1111include requirements.txt
12+ include requirements-docs.txt
1213include src/dotenv/py.typed
Original file line number Diff line number Diff line change 1+ mdx_truly_sane_lists~=1.2
2+ mkdocs-include-markdown-plugin~=3.3.0
3+ mkdocs-material~=8.2.9
4+ mkdocstrings[python]~=0.18.1
5+ mkdocs~=1.3.0
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ bumpversion
33click
44flake8 >= 2.2.3
55ipython
6- mdx_truly_sane_lists ~= 1.2
7- mkdocs-include-markdown-plugin ~= 3.3.0
8- mkdocs-material ~= 8.2.9
9- mkdocstrings [python ]~= 0.18.1
10- mkdocs ~= 1.3.0
116pytest-cov
127pytest >= 3.9
138sh >= 1.09
You can’t perform that action at this time.
0 commit comments