We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea7bfd0 + 7e2b8fb commit c243e4eCopy full SHA for c243e4e
1 file changed
.github/workflows/release.yml
@@ -36,12 +36,6 @@ jobs:
36
git config --global user.email "github-actions[bot]@users.noreply.github.com"
37
git config --global user.name "github-actions[bot]"
38
39
- - name: Setup Python for docs
40
- uses: actions/setup-python@v5
41
- with:
42
- python-version: '3.11'
43
- cache: 'pip'
44
-
45
- name: Build and publish documentation
46
run: |
47
pip install mkdocs
0 commit comments