Qiskit-Extensions / circuit-knitting-toolbox

Tools for knitting quantum circuits with Qiskit
https://qiskit-extensions.github.io/circuit-knitting-toolbox/
Apache License 2.0
70 stars 24 forks source link

Adjust docs artifact filename #541

Closed garrison closed 3 months ago

garrison commented 3 months ago

I've been referencing the documentation artifact a lot lately. It'd be nice to have better filenames to work with.

Formerly: html_docs.zip extracted directly to the current directory.

With this PR: ckt_html_docs.zip extracts everything to a single subdirectory called ckt_html_docs.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8624282662

Details


Totals Coverage Status
Change from base Build 8560627750: 0.0%
Covered Lines: 3448
Relevant Lines: 3613

💛 - Coveralls
garrison commented 3 months ago

With this PR: ckt_html_docs.zip extracts everything to a single subdirectory called ckt_html_docs.

I checked the resulting artifact and verified that this is indeed the behavior under this PR.