excid3 / ferrum_pdf

A PDF generator for Rails using Ferrum & headless Chrome
MIT License
198 stars 6 forks source link

Add publish_gem Github Action #1

Closed bugloper closed 2 months ago

bugloper commented 2 months ago

Add publish_gem Github Action

bugloper commented 2 months ago

@excid3 Please check once.

excid3 commented 2 months ago

@bugloper I didn't know about this Google action.

I was actually thinking we should use Rubygems trusted publishing like we do in Pay. Probably could just copy this over: https://github.com/pay-rails/pay/blob/main/.github/workflows/publish_gem.yml

bugloper commented 2 months ago

https://github.com/pay-rails/pay/blob/main/.github/workflows/publish_gem.yml

Oh, sure. Will add it

bugloper commented 2 months ago

At the company I work for currently, we are migration from wicked_pdf to gotenberg. So, I created this gem called gotenberg. I didn't know about ferrum until now. https://rubygems.org/gems/gotenberg

excid3 commented 2 months ago

I saw gotenberg mentioned in a GitHub Issue earlier. Looks like a great project!