ECCC-MSC / msc-pygeoapi

MSC OGC API pygeoapi deployment
MIT License
16 stars 25 forks source link

Nightly to use default OpenAPI document if it cannot be generated #310

Closed kngai closed 1 year ago

kngai commented 1 year ago

This PR fixes the failing nightly build when an ES index doesn't exist, resulting in the ERROR: OpenAPI document could not be generated ERROR.

If that happens, it will fallback to use the default OpenAPI document saved under /deploy/default/ of the repo.