Run CircleCI asrtifacts redirector for rendered HTML #701
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run CircleCI asrtifacts redirector for rendered HTML | |
on: [status] | |
jobs: | |
documentation: | |
runs-on: ubuntu-latest | |
name: Run CircleCI documentation artifact redirector | |
steps: | |
- name: GitHub Action step | |
uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }} | |
artifact-path: 0/devstats.scientific-python.org/_build/html/index.html | |
circleci-jobs: documentation |