WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

.github/workflows/preview.yml #3067

.github/workflows/preview.yml

.github/workflows/preview.yml #3067

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/dataframe-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.CIRCLE_TOKEN }}
artifact-path: 0/build/draft/index.html
circleci-jobs: build_page
job-title: Check the rendered docs here!