mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
use .marprc.yml
This commit is contained in:
parent
0f61f6cb78
commit
eedc9701cb
2 changed files with 3 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -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
2
.marprc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
title: GraphQL 概論
|
||||
html: true
|
Loading…
Add table
Reference in a new issue