Skip to content

.github/workflows/preview.yml #4804

.github/workflows/preview.yml

.github/workflows/preview.yml #4804

Workflow file for this run

on: [status]
jobs:
circleci_artifacts_redirector_job:
# Don't run Action on forks, and allow skipping CI
if: "github.repository == 'data-apis/array-api'"
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/_site/draft/index.html
circleci-jobs: build_page
job-title: Check the rendered docs here!