summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 12:00:03 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-21 12:00:03 +0200
commit5c88642a27e6c330a5c795898c0de7f3b4c0cd8d (patch)
tree68d16c4ba48f1124fcbfbcf07237e07604618149 /.github
parent624fd44c729a3b761d09a01b71338c0332b6b9fe (diff)
fix?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 07686d9..7153fe6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,13 +1,4 @@
-on:
- push:
- branches:
- - '**'
- create:
- branches:
- - 'master'
- tags:
- - '**'
-
+on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
@@ -17,5 +8,5 @@ jobs:
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- artifact-path: 0/docs/build/html/index.html
+ artifact-path: 0/dev/index.html
circleci-jobs: build_docs