Skip to content

Commit

Permalink
ci: fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Sep 19, 2022
1 parent c1fb00a commit 9cee9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cee9e0

Please sign in to comment.