From 65a8e3cf1174cf19d3f735b5d6dbe912f206e9ad Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Fri, 27 Oct 2023 00:24:33 +0200 Subject: [PATCH] Update deploy_documentation.sh (#31) Follow up on https://github.com/Qiskit/qiskit-neko/pull/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 --- tools/deploy_documentation.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/deploy_documentation.sh b/tools/deploy_documentation.sh index 686e4cb..3166b1f 100755 --- a/tools/deploy_documentation.sh +++ b/tools/deploy_documentation.sh @@ -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