The workflow runs an equivalent step:
- name: Marp Build (README.pdf)
uses: docker://marpteam/marp-cli:v1.7.0
with:
args: README.md -o build/README.pdf
env:
MARP_USER: root:root
Note the args
match the previous slide.
Anything in the build/
folder will be deployed to GitHub Pages.
You can copy extra files or run further processing steps using other tools.
This is a good time to learn more about Marp. Here's some resources:
Known sites using this action are:
Send a pull request to get your site added.
When you are ready to share your presentation, commit or merge to main
and your content on GitHub Pages will automatically update.