carltongibson / neapolitan

Quick CRUD views for Django
https://noumenal.es/neapolitan/
MIT License
485 stars 34 forks source link

GHA: Add action to build docs. #15

Closed carltongibson closed 7 months ago

carltongibson commented 1 year ago

Then fetch artifact to update on server. (Webhook.)

eduzen commented 1 year ago

hey @carltongibson, I'm willing to help with this issue. But I was wondering how to install dependencies first. I saw that you have them in pyproject.toml, so I'm assuming that pip-compile pyproject.toml --output-file requirements.txt is the first thing to do. Can I assume this for the pr? And also requirements?

carltongibson commented 1 year ago

Hi @eduzen. Installing the docs dependency with pip should be enough:

$ pip install -e .[docs]
eduzen commented 1 year ago

Thanks, @carltongibson, you are right! I updated the status of the pr