Skip to content

Added write permission to release action. #25

Added write permission to release action.

Added write permission to release action. #25

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
jobs:
generate-epub:
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: |-
test-data/publication.md
test-data/chapter-*.md
title: My Book
author: John Doe
publisher: ACME Publishing Inc.
cover: https://example.com/cover.jpg
- name: Upload ePub
uses: actions/upload-artifact@v4
with:
name: book
path: book.epub