8000 Review notes · python/python-docs-theme@e77160d · GitHub
[go: up one dir, main page]

Skip to content

Commit e77160d

Browse files
committed
Review notes
1 parent 63f501c commit e77160d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clone docsbuild scripts
1818
run: |
1919
git clone https://github.com/python/docsbuild-scripts/
20-
- name: setup requirements
20+
- name: Setup requirements
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install -r docsbuild-scripts/requirements.txt
@@ -32,7 +32,7 @@ jobs:
3232
--skip-cache-invalidation
3333
--theme $(pwd)
3434
--language en
35-
--branch 3.10
35+
--branch 3.11
3636
- name: Upload
3737
uses: actions/upload-artifact@v2.2.2
3838
with:

0 commit comments

Comments
 (0)
0