From 2ba1064c4c26ed275f4b40c8b3c68c75e9475d22 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 09:40:29 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b579cc5..4e790c5e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ git push origin Once setup you can then include the script in your workflow to trigger on any built in event that Github supports. ``` -action "Deploy to gh-pages" { +action "Deploy to Github Pages" { uses = "JamesIves/github-pages-deploy-action@master" env = { BUILD_SCRIPT = "npm install && npm run-script build"