From 9cd8b0ad2f899dbef24edd23d10635d1d186ba79 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Mon, 18 Sep 2023 16:43:09 +0200 Subject: [PATCH] Update deploy_documentation.sh 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. --- 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