-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile improvements #25
Comments
For now we can probably just add a simple build command, since I don't expect we'll be adding translations anytime soon. |
@georgkrause Is there actually a benefit to using the Makefile to build the site? We're only going to be using GH Actions, so using the Poetry action should work fine for this, shouldn't it? |
@Sporiff What exactly are you referring to by "Poetry action"? |
@georgkrause We have a poetry GitHub action that runs poetry scripts to build things directly. Since we're just going to be running a |
@Sporiff I think back then we had the plan to build the docs inside of docker, and I don't think this would work with poetry, since it isn't a task runner with all the features. But if this isn't a requirement anymore, we can just drop it. |
I think we should improve the docs Makefile:
@Sporiff Can you help with the second point?
The text was updated successfully, but these errors were encountered: