mateusoliveira43 / python-project-template

Template for a Python project | Modelo de projeto Python
https://github.com/mateusoliveira43/python-project-template/wiki
MIT License
7 stars 0 forks source link

Add preview documentation job for CI/CD #20

Open mateusoliveira43 opened 1 year ago

mateusoliveira43 commented 1 year ago

When a PR opens/updates, build the documentation from that code branch in a separate server from the production one.

Just build when there are changes to the docs folder or README?

How to delete the preview after the PR closes?