Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

Make deploy documentation script executable #1170

Closed mtreinish closed 1 year ago

mtreinish commented 1 year ago

Summary

In the recently merged #1160 a documentation build and publishing pipeline was added to gha so that we're able to publish the documentation for the ibmq provider to a standalone page. However, one small oversight in that PR is that the deployment script was not set as executable so when the action tries to directly execute the script it fails. This commit fixes the permissions of the file in the repo so that the script can be run directly.

Details and comments