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