Add a direct link to built docs in CI (#11514)
This commit is contained in:
parent
f7f835fa0e
commit
42fddc371a
|
@ -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!
|
Loading…
Reference in New Issue