Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
send

GitHub Action

marp-action

0.2

marp-action

send

marp-action

Build your Marp presentation into a GitHub Pages site

Installation

Copy and paste the following snippet into your .yml file.

              

- name: marp-action

uses: ralexander-phi/marp-action@0.2

Learn more about this action in ralexander-phi/marp-action

Choose a version

marp-action

Build a Marp Presentation Website from a repo

Inputs

  • MARP_ARGS - Build arguements for Marp
  • GITHUB_ACTOR - Who is performing actions (I.E. Jenkins)
  • GITHUB_REPOSITORY - The repository to push to
  • GITHUB_TOKEN - A GitHub application access token to use

Example

MARP\_ARGS=slides.md -o index.html

Local testing

docker build -t marp-action ./ docker run -t marp-action