Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 01:59:27 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 01:59:27 +0300
commit9de04f737360835f7e9da846b637756d4335985e (patch)
tree06f30b59b4d5fb3595497c806bb38495cb2cd94e /README.md
parent414e570f63b8656bb193907f9414a6a6d452e56e (diff)
docs: update GitHub Pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a79971e6..511829ae 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Hugo IRIS Theme
- [Hugo Modules](#hugo-modules)
- [Hosting](#hosting)
- [Netlify](#netlify)
- - [GitHub Pages](#github-pages)
+ - [GitHub Pages using Actions](#github-pages-using-actions)
- [Special Thanks](#special-thanks)
- [Maintainer](#maintainer)
- [Contributing](#contributing)
@@ -82,9 +82,12 @@ hugo mod get github.com/peaceiris/hugo-theme-iris@v0.1.0
<!-- https://www.netlify.com/docs/deploy-button/ -->
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/peaceiris/hugo-theme-iris)
-### GitHub Pages
+### GitHub Pages using Actions
-GitHub Actions.
+The following actions are useful to deploy your site to GitHub Pages using GitHub Actions.
+
+- [peaceiris/actions-hugo: GitHub Actions for Hugo](https://github.com/peaceiris/actions-hugo)
+- [peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)