From ea833f5400d130b25f7577b76537ffa6860dfcda Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 3 Oct 2019 11:31:57 +0900 Subject: [PATCH] meta: Update description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a7ad9e0..c776467 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Deploy action for GitHub Pages' -description: 'A GitHub Action to deploy your static site to GitHub Pages with Static Site Generator' +description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.' author: 'peaceiris' runs: using: 'docker' @@ -15,4 +15,4 @@ inputs: keepFiles: description: 'If existing files in the publish branch should be not removed before deploying' required: false - default: 'false' \ No newline at end of file + default: 'false'