From 1eb7135b28bf76be6edf6a56790d4e5f8da3a68d Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Mon, 18 Sep 2023 16:46:18 +0200 Subject: [PATCH] Update deploy_documentation.sh Follow up on https://github.com/qiskit-community/qiskit-metal/pull/937 The documentation is correctly deployed in https://qiskit.org/ecosystem/metal/ . So, no need to upload to /documentation anymore. --- tools/deploy_documentation.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/deploy_documentation.sh b/tools/deploy_documentation.sh index 7b218a83b..5a53a4211 100755 --- a/tools/deploy_documentation.sh +++ b/tools/deploy_documentation.sh @@ -1,4 +1,3 @@ - #!/bin/bash # This code is part of Qiskit. @@ -31,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/metal - -# Push to qiskit.org/documentation -rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/metal