summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 10:53:59 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 10:53:59 +0200
commitf141b7ecec8f69db29fb3dcf1efd1d00d96db87d (patch)
treee02a75c85328c74faa87c0a133d245a03327bdab /.github
parent1efd48d61f871d6833158ad18a2a2920bf515d77 (diff)
add artifact redirect
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..ca10c8c
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -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/docs/build/html/index.html
+ circleci-jobs: build_doc