pleustonpress / pleuston.org

0 stars 0 forks source link

improve deploy file #1

Open pleustonpress opened 1 day ago

pleustonpress commented 1 day ago

The page hosting service like cdn and cf-pages server may need the standard exit code of the Python program to determine whether the web page is successfully built. If it is not successful, it needs to raise an exception or return a non-standard value.

Following enhancements:

phil616 commented 1 day ago

This is not necessary because cloudflare console will display all the infomation from stdout. if the page build fail, just checkout the log. however, we have no means to checkout whether the artifact they build is right or wrong.