This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new c8e1051 Add github action to generate docs preview on PRs (#360)
c8e1051 is described below
commit c8e1051d2e7f70d587642e54cfb84cb90458e6bf
Author: Vishesh <[email protected]>
AuthorDate: Mon Dec 4 12:50:36 2023 +0530
Add github action to generate docs preview on PRs (#360)
---
.github/workflows/gen-docs.yaml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.github/workflows/gen-docs.yaml b/.github/workflows/gen-docs.yaml
new file mode 100644
index 0000000..760313a
--- /dev/null
+++ b/.github/workflows/gen-docs.yaml
@@ -0,0 +1,15 @@
+name: readthedocs/actions
+
+on:
+ pull_request_target:
+
+permissions:
+ pull-requests: write
+
+jobs:
+ pull-request-links:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: readthedocs/actions/preview@v1
+ with:
+ project-slug: "cloudstack-documentation"