cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Update deploy script #1188

Closed hsorby closed 1 year ago

hsorby commented 1 year ago

The deploy script is failing because it is adding in quotation marks that cause an error. This PR tries to remove those quotation marks.

Fixes #1187.