Skip to content

Commit

Permalink
Update deploy_documentation.sh (#31)
Browse files Browse the repository at this point in the history
Follow up on #24

The documentation is correctly deployed in https://qiskit.org/ecosystem/neko/ . So, no need to upload to /documentation anymore.

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
1ucian0 and mtreinish authored Oct 26, 2023
1 parent 9766be4 commit 65a8e3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/deploy_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ pwd
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in tools/rclone.conf.enc -out $RCLONE_CONFIG_PATH -d
echo "Pushing built docs to qiskit.org/ecosystem"
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/neko

# Push to qiskit.org/documentation
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/neko

0 comments on commit 65a8e3c

Please sign in to comment.