jpwahle / cs-insights-backend

API server of the cs-insights project. This is the main part of storing data and accessing an external data analysis endpoint. It uses a mongoDB instance to store everything and queries the cs-insights-prediction-endpoint to get machine learning results.
https://jpwahle.github.io/cs-insights-backend/
MIT License
7 stars 0 forks source link

Host documentation on github actions. #4

Closed jpwahle closed 2 years ago

jpwahle commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the docs are hosted on the actual server endpoint.

Describe the solution you'd like Host the docs on GitHub actions.

Describe alternatives you've considered Host it on the actual endpoint. The problem is when are we going to generate the oas.json file if we don't attach analysis tools (oas-auto-generator) during production. Seems overcomplicated to me, using GitHub pages should be easier and also we don't have to handle more requests on our own server-side.

github-actions[bot] commented 2 years ago

Branch issue-4 created!