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'