Add a direct link to built docs in CI (#11514)

This commit is contained in:
Rohit Gupta 2022-01-19 06:06:39 +05:30 committed by GitHub
parent f7f835fa0e
commit 42fddc371a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/docs-link.yml vendored Normal file
View File

@ -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!