From cdd482ae85fc1e250ec3d13bab58f92f3491e316 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 12 Jul 2021 09:03:21 +0900 Subject: [PATCH] docs: Improve title --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6021513..5d4d214 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -## GitHub Actions for GitHub Pages +

+GitHub Actions for GitHub Pages +

-GitHub Actions for deploying to GitHub Pages with Static Site Generators +
+ GitHub Actions for deploying to GitHub Pages with Static Site Generators [![license](https://img.shields.io/github/license/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/blob/main/LICENSE) [![release](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/releases/latest) @@ -9,6 +12,8 @@ ![Code Scanning](https://github.com/peaceiris/actions-gh-pages/workflows/Code%20Scanning/badge.svg?event=push) [![CodeFactor](https://www.codefactor.io/repository/github/peaceiris/actions-gh-pages/badge)](https://www.codefactor.io/repository/github/peaceiris/actions-gh-pages) +
+ This is a **GitHub Action** to deploy your static files to **GitHub Pages**. This deploy action can be combined simply and freely with [Static Site Generators]. (Hugo, MkDocs, Gatsby, mdBook, Next, Nuxt, and so on.)