Skip to content

Commit 46b269e

Browse files
authored
docs: update title position
1 parent 572a9b5 commit 46b269e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1+
## GitHub Actions for GitHub Pages
2+
3+
<img width="400" alt="GitHub Actions for deploying to GitHub Pages with Static Site Generators" src="./images/ogp.svg">
4+
15
[![license](https://img.shields.io/github/license/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/blob/main/LICENSE)
26
[![release](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/releases/latest)
37
[![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-gh-pages.svg)](https://github.com/peaceiris/actions-gh-pages/releases)
48
![Test](https://github.com/peaceiris/actions-gh-pages/workflows/Test/badge.svg?branch=main&event=push)
59
![Code Scanning](https://github.com/peaceiris/actions-gh-pages/workflows/Code%20Scanning/badge.svg?event=push)
610
[![CodeFactor](https://www.codefactor.io/repository/github/peaceiris/actions-gh-pages/badge)](https://www.codefactor.io/repository/github/peaceiris/actions-gh-pages)
711

8-
<img width="400" alt="GitHub Actions for deploying to GitHub Pages with Static Site Generators" src="./images/ogp.svg">
9-
10-
11-
12-
## GitHub Actions for GitHub Pages
13-
1412
This is a **GitHub Action** to deploy your static files to **GitHub Pages**.
1513
This deploy action can be combined simply and freely with [Static Site Generators]. (Hugo, MkDocs, Gatsby, mdBook, Next, Nuxt, and so on.)
1614

1715
[Static Site Generators]: https://www.staticgen.com/
1816

1917
The next example step will deploy `./public` directory to the remote `gh-pages` branch.
2018

21-
2219
```yaml
2320
- name: Deploy
2421
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)