Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93cb464

Browse files
authored
Merge pull request#115 from m-aciek/test-with-main-cpython-branch
2 parents1e8dfe7 +259399c commit93cb464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
build_doc:
10-
name:Build CPythondocumentation
10+
name:Build CPythondocs
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)

[8]ページ先頭

©2009-2025 Movatter.jp