Skip to content

Commit

Permalink
CI: Add artifacts redirector action
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 18, 2020
1 parent a70ec99 commit e2533c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [status]
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/tmp/src/nipype/doc/_build/html/index.html
circleci-jobs: build_docs

0 comments on commit e2533c2

Please sign in to comment.