The inability to see the rendered output (i.e. what the website will look like) for changes proposed in PRs makes the review process more cumbersome. It would be an improvement to set up a CI service to build/preview the static site for PRs so that the rendered changes can be evaluated.
The tricky part: building the site requires the data, which is private. Investigate a solution based on gpg + github secrets.
The inability to see the rendered output (i.e. what the website will look like) for changes proposed in PRs makes the review process more cumbersome. It would be an improvement to set up a CI service to build/preview the static site for PRs so that the rendered changes can be evaluated.
The tricky part: building the site requires the data, which is private. Investigate a solution based on
gpg
+ github secrets.