We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e539ed0 commit 93e3b1aCopy full SHA for 93e3b1a
.github/workflows/build.yml
@@ -247,12 +247,6 @@ jobs:
247
git config --global user.email "github-actions[bot]@users.noreply.github.com"
248
git config --global user.name "github-actions[bot]"
249
250
- - name: Setup Python for docs
251
- uses: actions/setup-python@v5
252
- with:
253
- python-version: '3.11'
254
- cache: 'pip'
255
-
256
- name: Build and publish documentation
257
run: |
258
pip install mkdocs
0 commit comments