.github/workflows/circle_artifacts.yml #238
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
# Display a link to the artifacts at the bottom of a PR | |
# from https://github.com/marketplace/actions/run-circleci-artifacts-redirector | |
on: [status] | |
jobs: | |
circleci_artifacts_redirector_job: | |
runs-on: ubuntu-20.04 | |
name: Run CircleCI artifacts redirector | |
steps: | |
- name: GitHub Action step | |
uses: larsoner/circleci-artifacts-redirector-action@master | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
artifact-path: 0/dev/index.html | |
circleci-jobs: build_docs |