Skip to content

Commit a32f445

Browse files
authored
Fixed docs (#8)
* Fixed docs * Update version.py
1 parent 712b722 commit a32f445

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
python-version: 3.8
1616
- name: Install dependencies
17+
run: make install-test
18+
- name: Install mkdocs
1719
run: pip install -qU mkdocs-material mkdocstrings
1820
- name: Deploy Github Page
1921
run: mkdocs gh-deploy --force

facturapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.0.1.dev1' # pragma: no cover
1+
__version__ = '0.0.1.dev2' # pragma: no cover
22
CLIENT_VERSION = __version__

0 commit comments

Comments
 (0)