Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Pandoc eBook Generation #60

Pandoc eBook Generation

Pandoc eBook Generation #60

Workflow file for this run

name: Pandoc eBook Generation
on:
workflow_run:
workflows: ["Ibis eBook Generation"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: "0"
- name: Build Pandoc Export Files
uses: mph7/pandoc-build-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PANDOC_PATH: "./ebook/en/content/"
YML_PATH: "./ebook/en/epub.yml"
EXPORT_PATH: "./ebook/en/export/"
EXPORTED_FILE: "introduction-to-bash-scripting.epub"
PANDOC_BRANCH: "main"
EMAIL: "bobby@bobbyiliev.com"
COMMIT_MESSAGE: "Updated Pandoc Exported Files"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.