unicef / magasin

Cloud native open-source end-to-end data / AI / ML platform
https://unicef.github.io/magasin/
Apache License 2.0
5 stars 3 forks source link

Web publishing Github action does not include install and uninstall script #45

Closed merlos closed 8 months ago

merlos commented 8 months ago

Quarto publish action wipes out the gh-pages.

As a result, when a new version is deployed anything that is not managed by quarto is removed. The current version does manage to keep the index.yaml file, but does not do the same with install and unistall scripts.

If a new version of the web is released it breaks the curl piped install and uninstall as the files are removed.

curl -X https://unicef.github.io/magasin/install-magasin.sh | bash