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

Commit78fcd4b

Browse files
committed
Add link to PR of docs preview
1 parent82c7468 commit78fcd4b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name:Read the Docs PR preview
2+
# Automatically edits a pull request's descriptions with a link
3+
# to the documentation's preview on Read the Docs.
4+
5+
on:
6+
pull_request_target:
7+
types:
8+
-opened
9+
paths:
10+
-'Doc/**'
11+
-'.github/workflows/doc.yml'
12+
13+
permissions:
14+
pull-requests:write
15+
16+
concurrency:
17+
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+
cancel-in-progress:true
19+
20+
jobs:
21+
documentation-links:
22+
runs-on:ubuntu-latest
23+
steps:
24+
-uses:readthedocs/actions/preview@v1
25+
with:
26+
project-slug:"python-docs-theme-previews"
27+
single-version:"true"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp