We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218a823 commit c1ae2d0Copy full SHA for c1ae2d0
.github/workflows/circle_artifacts.yml
@@ -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