summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorStefan van der Walt <stefanv@berkeley.edu>2018-04-01 14:34:27 -0700
committerStefan van der Walt <stefanv@berkeley.edu>2018-04-01 14:34:27 -0700
commit7d26e4dd0765df6032b8fedeab50caad12d11f44 (patch)
treebc50ec20209c52cf7fb6d8e5897377a772daaf54 /.circleci
parentbbd72df8d5fa94fc2836210c24cf68103507cabd (diff)
downloadnumpy-7d26e4dd0765df6032b8fedeab50caad12d11f44.tar.gz
Fix script name for pushing NEP docs to repo
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f1989afc8..86470e086 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -95,7 +95,7 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "master" ]; then
touch doc/neps/_build/html/.nojekyll
- ./tools/push_to_repo.py doc/neps/_build/html \
+ ./tools/ci/push_docs_to_repo.py doc/neps/_build/html \
git@github.com:numpy/neps.git \
--committer "numpy-circleci-bot" \
--email "numpy-circleci-bot@nomail" \