diff options
author | Stefan van der Walt <stefanv@berkeley.edu> | 2018-04-01 14:34:27 -0700 |
---|---|---|
committer | Stefan van der Walt <stefanv@berkeley.edu> | 2018-04-01 14:34:27 -0700 |
commit | 7d26e4dd0765df6032b8fedeab50caad12d11f44 (patch) | |
tree | bc50ec20209c52cf7fb6d8e5897377a772daaf54 /.circleci | |
parent | bbd72df8d5fa94fc2836210c24cf68103507cabd (diff) | |
download | numpy-7d26e4dd0765df6032b8fedeab50caad12d11f44.tar.gz |
Fix script name for pushing NEP docs to repo
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
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" \ |