From f38ecac12e3e0ab96beb752b7d41f1a1b091314b Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 09:37:17 -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 4304da67..94954aa2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Once setup you can then include the script in your workflow to trigger on any bu ``` action "Deploy to gh-pages" { - uses = "./action" + uses = "JamesIves/github-pages-deploy-action@master" env = { BUILD_SCRIPT = "npm install && npm run-script build" BRANCH = "gh-pages"