fkie-cad / COMIDDS

A comprehensive survey of datasets for research in host-based and/or network-based intrusion detection, with a focus on enterprise networks
MIT License
30 stars 4 forks source link

Implement separate tests for website #27

Closed Maspital closed 4 months ago

Maspital commented 7 months ago

Right now, we don't have any way to check if GitHub Pages can correctly build our website other than:

Neither solution is elegant, and as for example can be seen in #26, there may be situations where we unknowingly break our website. Most promising solution is probably to configure a runner to test this stuff locally: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

Maspital commented 4 months ago

Closing this for now, as the structure of GitHub actions we have right now is, in my opinion, pretty transparent, especially given that we start these workflows manually.