From eedc9701cb9cb9900a8dd8a0a7acbe4f6c0eb3c4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 20 Jul 2021 00:03:28 +0900 Subject: [PATCH] use .marprc.yml --- .github/workflows/github-pages.yml | 2 +- .marprc.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .marprc.yml diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 3570bd6..0d9909b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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 diff --git a/.marprc.yml b/.marprc.yml new file mode 100644 index 0000000..4f660bd --- /dev/null +++ b/.marprc.yml @@ -0,0 +1,2 @@ +title: GraphQL 概論 +html: true