summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-05-22 13:29:12 +0300
committerGitHub <noreply@github.com>2020-05-22 13:29:12 +0300
commit16692b1a3c241245fabb98741c0e90e630ab3822 (patch)
tree33abf7d500838bc78c0d6961274a79f174237466
parenta7e65a0bfced15f1ebee9c9d4a6b49d6008007a6 (diff)
parent1a3aa8416033e052e4353548d18a447755afaab4 (diff)
downloadnumpy-16692b1a3c241245fabb98741c0e90e630ab3822.tar.gz
Merge pull request #16337 from seberg/circleci-artifact
CI: Create a link for the circleCI artifact
-rw-r--r--.github/workflows/circleci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml
new file mode 100644
index 000000000..de02ac6d3
--- /dev/null
+++ b/.github/workflows/circleci.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/doc/build/html/index.html
+ circleci-jobs: build