Skip to content

.github/workflows/circle_artifacts.yml #23616

.github/workflows/circle_artifacts.yml

.github/workflows/circle_artifacts.yml #23616

on: [status]
permissions: read-all
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
if: "${{ startsWith(github.event.context, 'ci/circleci: docs-build') }}"
permissions:
statuses: write
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: scientific-python/circleci-artifacts-redirector-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/dev/index.html
circleci-jobs: docs-build
job-title: Check the rendered docs here!