Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 488b180

Browse files
committed
Docs: Edited the preview GHA
1 parent 5a57ab4 commit 488b180

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/preview-docs.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
name: Preview Documentation
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+
25
on:
36
pull_request_target:
47
types:
58
- opened
9+
paths:
10+
- 'docs/**'
11+
- '.github/workflows/preview-docs.yml'
612

713
permissions:
814
pull-requests: write
915

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+
cancel-in-progress: true
19+
1020
jobs:
1121
documentation-links:
1222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)