diff --git a/.github/workflows/gen-docs.yaml b/.github/workflows/gen-docs.yaml new file mode 100644 index 0000000000..760313af2b --- /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"