diff --git a/.github/workflows/docs-link.yml b/.github/workflows/docs-link.yml new file mode 100644 index 0000000000..11152c9552 --- /dev/null +++ b/.github/workflows/docs-link.yml @@ -0,0 +1,14 @@ +name: Docs Link + +on: [status] + +jobs: + circleci_artifacts_redirector_job: + runs-on: ubuntu-20.04 + steps: + - uses: larsoner/circleci-artifacts-redirector-action@master + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + artifact-path: 0/html/index.html + circleci-jobs: build-Docs + job-title: Check the rendered docs here!