5
3 Comments

How to Lean Publish an eBook with Gumroad

  1. Write the book with
    @asciidoctor or any other markdown language

  2. Create a @github workflow

  1. Point Gumroad Product Page contents to the AWS S3 URL

Merges to the main branch updates to the latest version

I'm using this method for writing my latest book. You can check it out on GitHub. Look at the publish.yml for an example of the workflow. :)

https://github.com/Duffney/reclaim

on December 24, 2020
  1. 1

    This is nice but how often do you update your book, that you need this kind of workflow?

    1. 1

      The idea behind lean publishing is that you're always publishing. I'll be pushing changes on a daily basis. But as the book's rough draft is complete that process will slow down due to editing.