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

Commit8bc6887

Browse files
committed
[skip ci] Use PR number as id
1 parentbc42304 commit8bc6887

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/pr_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ jobs:
4949
5050
-name:Build doc
5151
run:|
52+
ref=${GITHUB_REF#refs/pull/}
53+
ref=${ref%/merge}
5254
cd cpython/Doc
5355
make venv
54-
make build ALLSPHINXOPTS="-b html -D language=ja -D gettext_compact=0 -E -d build/doctrees . ${{ github.workspace }}/build/html/${{ github.base_ref }}/${{ github.head_ref }}"
56+
make build ALLSPHINXOPTS="-b html -D language=ja -D gettext_compact=0 -E -d build/doctrees . ${{ github.workspace }}/build/html/${{ github.base_ref }}/${ref}"
5557
5658
-name:Publish PR build
5759
run:|
58-
pip freeze
59-
pwd
6060
ls -l build/html/*/*/*
61-
echo ${{ github.workspace }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp