Skip to content

Commit c1ae2d0

Browse files
authored
Create circle_artifacts.yml
[ci skip]
1 parent 218a823 commit c1ae2d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [status]
2+
jobs:
3+
circleci_artifacts_redirector_job:
4+
if: "${{ startsWith(github.event.context, 'ci/circleci: build') }}"
5+
runs-on: ubuntu-latest
6+
name: Run CircleCI artifacts redirector
7+
steps:
8+
- name: GitHub Action step
9+
uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
api-token: ${{ secrets.CIRCLECI_TOKEN }}
13+
artifact-path: 0/html/index.html
14+
circleci-jobs: build
15+
job-title: Check the rendered docs here!

0 commit comments

Comments
 (0)