|
|
@ -17,13 +17,14 @@ jobs:
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: Install mkdocs
|
|
|
|
- name: Setup python
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: '3.10'
|
|
|
|
python-version: '3.10'
|
|
|
|
cache: 'pip'
|
|
|
|
cache: 'pip'
|
|
|
|
cache-dependency-path: |
|
|
|
|
cache-dependency-path: |
|
|
|
|
docs-requirements.txt
|
|
|
|
docs-requirements.txt
|
|
|
|
|
|
|
|
- name: Install mkdocs
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
pip install -r docs-requirements.txt
|
|
|
|
pip install -r docs-requirements.txt
|
|
|
|
- name: Generate docs
|
|
|
|
- name: Generate docs
|
|
|
|