NASA-Openscapes / earthdata-cloud-cookbook

A tutorial book of workflows for research using NASA EarthData in the Cloud created by the NASA-Openscapes team
https://nasa-openscapes.github.io/earthdata-cloud-cookbook
Other
87 stars 32 forks source link

Use netlify previews for PRs #340

Open ateucher opened 3 months ago

ateucher commented 3 months ago

As per @eeholmes we can use Netlify to create deploy previews on PRs. Importantly, we can use netlify just for the preview and keep using GitHub pages for the main site.

ateucher commented 2 weeks ago

Example from PACE hackweek website: https://github.com/PACEHackWeek/pace-2024/blob/main/.github/workflows/netlifypreview.yaml

ateucher commented 2 weeks ago

Quarto website preview: https://github.com/quarto-dev/quarto-web/blob/main/.github/workflows/preview.yml;

It's perhaps a bit bloated, here is the initial inception: https://github.com/quarto-dev/quarto-web/pull/667