timothycrosley / portray

Your Project with Great Documentation.
MIT License
861 stars 74 forks source link

Method for running portray in a CI job when I commit to main? #102

Closed robbintt closed 1 day ago

robbintt commented 1 year ago

I am running portray locally but would like to run it in a github action. Is this already done somewhere? It would be nice to set it up as an option the first time you run portray so you no longer have to maintain a local environment.

timothycrosley commented 1 year ago

Good question! You can see an example of this working on the cruft project here: https://github.com/cruft/cruft/blob/master/.github/workflows/docs.yml

robbintt commented 1 year ago

Thanks, it worked perfectly.

robbintt commented 1 year ago

Might be worth adding to this project, maybe someone will want to take it on.