We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37877f commit bf820f8Copy full SHA for bf820f8
.github/workflows/docs.yml
@@ -13,21 +13,12 @@ jobs:
13
contents: write
14
pull-requests: write
15
runs-on: ubuntu-latest
16
-
17
steps:
18
- - name: Checkout repository
19
- uses: actions/checkout@v4
20
21
- - name: Set up Python
22
- uses: actions/setup-python@v5
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
23
with:
24
- python-version: '3.8'
25
26
- - name: Install dependencies
27
- run: |
28
- cd docs/build
29
- pip install -r requirements.txt
30
+ python-version: '3.12'
+ - run: pip install -r docs/build/requirements.txt
31
- name: Generate documentation
32
id: generate
33
run: |
0 commit comments