Skip to content

Added action paramter fallbacks. #11

Added action paramter fallbacks.

Added action paramter fallbacks. #11

Workflow file for this run

name: Publish
on: [push, workflow_dispatch]
jobs:
job_1:
name: Create ePub
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create ePub
uses: harrymaynard/markdowntoepub-action@main
with:
markdownFiles: |-
README.md
test-data/*.md
title: My Book
author: Harry Maynard
publisher: Harry Maynard Publishing Company
cover: https://example.com/cover.jpg
- name: Upload ePub
uses: actions/upload-artifact@v4
with:
name: book
path: book.epub