diff --git a/README.md b/README.md index 10089e2..7d4a61c 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,32 @@
- Image Credit: Peaceiris -

Image Credit: Peaceiris

-

Build and Publish Your Hugo Site to GitHub Pages

-

gohugoio/hugo: The world’s fastest framework for building websites

-

πŸš€ License - - Release - Release + + Release + πŸš€

-   This action builds your Hugo Site (using the latest Hugo Extended) and pushes it to Github Pages. @@ -72,7 +66,6 @@ jobs: uses: actions/checkout@master with: submodules: true - - name: Publish Site uses: chabad360/hugo-gh-pages@master with: @@ -87,7 +80,7 @@ jobs: | `cname` | The custom domain name for your GH Pages Site. | ❌ | N/A | | `branch` | The branch to push the built site to. | ❌ | `gh-pages`| | `repo` | The repository to push the built site to. | ❌ | The current repo | -| `hugoVersion` | The version Hugo to use (append `extended_` to the beggining to use the extended version). | ❌ | Latest Hugo Extended | +| `hugoVersion` | The version Hugo to use (append `extended_` to the begining to use the extended version). | ❌ | Latest Hugo Extended | #### Usage @@ -107,7 +100,7 @@ jobs: # Dont add ".git" to the end of the URL (youl'll get 404s). hugoVersion: extended_0.58.3 # Use if your site requires a specific version of Hugo - # Append "extended_" to the beggining to use Hugo Extended + # Append "extended_" to the begining to use Hugo Extended ``` ## ⭐ Credit