Skip to content

Commit

Permalink
Update deploy_documentation.sh (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Aug 11, 2023
1 parent 235a2a7 commit bea448b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/deploy_documentation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/bash

# This code is part of Qiskit.
Expand Down Expand Up @@ -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 --exclude locale/** ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/ibm-runtime

# Push to qiskit.org/documentation
rclone sync --progress --exclude locale/** ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/partners/qiskit_ibm_runtime

0 comments on commit bea448b

Please sign in to comment.