Skip to content

Commit

Permalink
Fix script name for pushing NEP docs to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Apr 1, 2018
1 parent bbd72df commit 7d26e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
[email protected]:numpy/neps.git \
--committer "numpy-circleci-bot" \
--email "numpy-circleci-bot@nomail" \
Expand Down

0 comments on commit 7d26e4d

Please sign in to comment.