Skip to content

Commit 93cb464

Browse files
authored
Merge pull request #115 from m-aciek/test-with-main-cpython-branch
2 parents 1e8dfe7 + 259399c commit 93cb464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
build_doc:
10-
name: Build CPython documentation
10+
name: Build CPython docs
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [3.7, 3.8, 3.9, '3.10', 3.11]
14+
branch: [origin/main, 3.11, '3.10', 3.9, 3.8, 3.7]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
@@ -35,7 +35,7 @@ jobs:
3535
--skip-cache-invalidation
3636
--theme $(pwd)
3737
--language en
38-
--branch ${{ matrix.version }}
38+
--branch ${{ matrix.branch }}
3939
- name: Upload
4040
uses: actions/upload-artifact@v3
4141
with:

0 commit comments

Comments
 (0)