Skip to content

.github/workflows/circleci.yml #16220

.github/workflows/circleci.yml

.github/workflows/circleci.yml #16220

Workflow file for this run

on: [status]
permissions:
contents: read
jobs:
circleci_artifacts_redirector_job:
permissions:
statuses: write
runs-on: ubuntu-latest
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
id: step1
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/doc/build/html/index.html
circleci-jobs: doc
job-title: Check the rendered docs here!