numpy / user-survey-2020-details

Analysis and publication of NumPy community survey results
https://numpy.org/user-survey-2020-details/
Other
2 stars 5 forks source link

Set up CI service to build/test/preview site on PRs #27

Open rossbar opened 3 years ago

rossbar commented 3 years ago

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.