diff --git a/action.yml b/action.yml index f601e1a..ff060b1 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: jekyll-deploy-gh-pages description: 'Deploying your Jekyll repo back to the gh-pages branch of the same repository' +branding: + icon: 'upload-cloud' + color: 'blue' runs: using: 'docker' image: 'Dockerfile' \ No newline at end of file