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