From 46b269eb77e5fe6f2fc9c9cc531541227dfeca22 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 13 Oct 2020 18:01:23 +0900 Subject: [PATCH] docs: update title position --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 842ccec..1e95034 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## GitHub Actions for GitHub Pages + +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) [![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/releases) @@ -5,12 +9,6 @@ ![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) -GitHub Actions for deploying to GitHub Pages with Static Site Generators - - - -## GitHub Actions for GitHub 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.) @@ -18,7 +16,6 @@ This deploy action can be combined simply and freely with [Static Site Generator The next example step will deploy `./public` directory to the remote `gh-pages` branch. - ```yaml - name: Deploy uses: peaceiris/actions-gh-pages@v3