Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
[RFC] ci: Add direct link to generated docs (#267)
Browse files Browse the repository at this point in the history
* Add circleci-artifacts-redirector

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Simplify

* Dont use sphinx==4.0.0

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas chaton <[email protected]>
Co-authored-by: Ethan Harris <[email protected]>
  • Loading branch information
4 people authored May 11, 2021
1 parent 54462ae commit fb80aba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docs-link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Add Docs Link"

on: [status]

jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
steps:
- uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/html/index.html
circleci-jobs: build-Docs

0 comments on commit fb80aba

Please sign in to comment.