summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 12:26:23 +0200
committerGitHub <noreply@github.com>2020-04-21 12:26:23 +0200
commite5931823630010bb5a99586accf09606b0a3bf90 (patch)
tree3fb445a4eb86014686d71c6a17b929caf8afe655 /.github/workflows/main.yml
parent3ade772179eb0405ae6bc70cfc5e701b70d70e89 (diff)
parent3eed3cad36ec5f5691dc029853bc36bfad5ee389 (diff)
Doc ci build (#145)
add codecov + circle ci to upload website + activate github actions for testing
Diffstat (limited to '.github/workflows/main.yml')
-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..7153fe6
--- /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/dev/index.html
+ circleci-jobs: build_docs