diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml new file mode 100644 index 0000000000..cb64baf836 --- /dev/null +++ b/.github/workflows/readthedocs.yml @@ -0,0 +1,18 @@ + name: readthedocs/actions + on: + pull_request_target: + types: + - opened + paths: + - "docs-new/**" + + permissions: + pull-requests: write + + jobs: + documentation-links: + runs-on: ubuntu-latest + steps: + - uses: readthedocs/actions/preview@v1 + with: + project-slug: "readthedocs-preview" \ No newline at end of file diff --git a/docs-new/docs/index.md b/docs-new/docs/index.md index 9aeefef7ad..4af38c31ff 100644 --- a/docs-new/docs/index.md +++ b/docs-new/docs/index.md @@ -1,5 +1,5 @@ # Keptn Documentation - +TESTYTESTY This is the documentation homepage. If you are new to Keptn, please check out the following sections: