ci: fix docs generation

pull/1415/head
nils måsén 2 years ago committed by GitHub
parent c1fb00a567
commit 9cee9e02d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save