Link artifacts #1657
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Link artifacts" | |
on: # yamllint disable-line rule:truthy | |
status | |
jobs: | |
link-docs: | |
runs-on: ubuntu-latest | |
if: >- | |
github.event.state == 'success' && | |
contains(github.event.context, 'build-docs') | |
steps: | |
- uses: larsoner/circleci-artifacts-redirector-action@master | |
with: | |
repo-token: ${{ secrets.DETERMINED_TOKEN }} | |
artifact-path: 0/docs/site/html/index.html | |
circleci-jobs: build-docs | |
job-title: Check the rendered doc pages here! |