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

Commitbc42304

Browse files
committed
[skip ci] Fix misc
1 parent3c25707 commitbc42304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
run:|
5252
cd cpython/Doc
5353
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 }}"
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 }}"
5555
5656
-name:Publish PR build
5757
run:|
5858
pip freeze
5959
pwd
60-
ls -l../*
60+
ls -lbuild/html/*/*/*
6161
echo ${{ github.workspace }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp