Skip to content

Redirect circleci artifacts #11

Redirect circleci artifacts

Redirect circleci artifacts #11

on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-22.04
if: "github.repository == 'scipy/scipy' && !contains(github.event.head_commit.message, '[skip circle]') && github.event.context == 'ci/circleci: build_docs'"
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLE_TOKEN }}
artifact-path: 0/html/index.html
circleci-jobs: build_docs
job-title: Check the rendered docs here!