Skip to content

Commit c8e1051

Browse files
authored
Add github action to generate docs preview on PRs (#360)
1 parent 7942423 commit c8e1051

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/gen-docs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: readthedocs/actions
2+
3+
on:
4+
pull_request_target:
5+
6+
permissions:
7+
pull-requests: write
8+
9+
jobs:
10+
pull-request-links:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: readthedocs/actions/preview@v1
14+
with:
15+
project-slug: "cloudstack-documentation"

0 commit comments

Comments
 (0)