use .marprc.yml

This commit is contained in:
Nebel 2021-07-20 00:03:28 +09:00
parent 0f61f6cb78
commit eedc9701cb
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
- name: build
run: |
git -c "user.name=bot" -c "user.email=bot@example" subtree add --prefix pages origin gh-pages
npx @marp-team/marp-cli README.md --html -o pages/index.html
npx @marp-team/marp-cli README.md -o pages/index.html
- id: git_status
run: echo "::set-output name=mod::$(git status pages --porcelain)"
- name: push

2
.marprc.yml Normal file
View file

@ -0,0 +1,2 @@
title: GraphQL 概論
html: true