Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 506 Bytes

Leanpub Preview Action

This action triggers preview processing in LeanPub

Inputs

api_key

Required The api secret for your LeanPub account

book_slug

Your book SLUG. It's the part of the URL for your book after https://leanpub.com/. E.g. if your book is found at https://leanpub.com/your_book, then your book's slug is your_book.

Example usage

uses: robert-matusewicz/[email protected]
with:
    api_key: <YOUR API KEY>
    book_slug: <YOUR BOOK SLUG>