Skip to content

Commit bf820f8

Browse files
committed
WIP tweaks
1 parent e37877f commit bf820f8

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,12 @@ jobs:
1313
contents: write
1414
pull-requests: write
1515
runs-on: ubuntu-latest
16-
1716
steps:
18-
- name: Checkout repository
19-
uses: actions/checkout@v4
20-
21-
- name: Set up Python
22-
uses: actions/setup-python@v5
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-python@v5
2319
with:
24-
python-version: '3.8'
25-
26-
- name: Install dependencies
27-
run: |
28-
cd docs/build
29-
pip install -r requirements.txt
30-
20+
python-version: '3.12'
21+
- run: pip install -r docs/build/requirements.txt
3122
- name: Generate documentation
3223
id: generate
3324
run: |

0 commit comments

Comments
 (0)