mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 08:05:09 +00:00
add slides task
This commit is contained in:
parent
276a154e6a
commit
1116a42bfc
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -2,3 +2,7 @@
|
|||
build:
|
||||
npx @marp-team/marp-cli README.md -o dist/index.html
|
||||
rsync -av assets/ dist/assets/
|
||||
|
||||
.PHONY: slides
|
||||
slides:
|
||||
npx @marp-team/marp-cli README.md -o dist/slides.pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue