robert-matusewicz / leanpub-preview-action

Leanpub Preview Action - an action that generates preview for your book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/leanpub-preview-action@v1.0.0
with:
    api_key: <YOUR API KEY>
    book_slug: <YOUR BOOK SLUG>

About

Leanpub Preview Action - an action that generates preview for your book

License:MIT License


Languages

Language:JavaScript 100.0%