name: Show CI job with links to built docs on: pull_request: branches: [ master ] jobs: circleci_artifacts_redirector_job: runs-on: ubuntu-latest 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/docs/index.html circleci-jobs: build_docs job-title: See the built docs here!