From 5d6a1691598dac8f8bc0849ae11ed8b5880531d5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 10:02:41 -0500 Subject: [PATCH] More Changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bb2a5b..76489374 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The `env` portion of the workflow must be configured before the action will work | Key | Value Information | Required | | ------------- | ------------- | ------------- | -| `BUILD_SCRIPT` | If you require a build script to compile your code prior to pushing it you can add the script here. The Docker container which powers the action runs Node which means `npm` commands are valid. | **No** | +| `BUILD_SCRIPT` | If you require a build script to compile your code prior to pushing it you can add the script here. The Docker container which powers the action runs Node which means `npm` commands are valid. If you're using a static site generator I'd suggest building the code prior to pushing it. | **No** | | `BRANCH` | This is the branch you wish to deploy to, for example `gh-pages` or `docs`. | **Yes** | | `FOLDER` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it in here. | **Yes** | | `COMMIT_NAME` | Used to sign the commit, this should be your name. | **No** |