From 5d47302fe5458621223beda954de5c540e606130 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 8 Nov 2019 11:41:54 -0500 Subject: [PATCH] Some more stuff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7d2a90..b7b51cee 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Below you'll find a description of what each option does. With the action correctly configured you should see the workflow trigger the deployment under the configured conditions. -### Build Files +### Additional Build Files This action maintains the full Git history of the deployment branch. Therefore if you're using a custom domain and require a `CNAME` file, or if you require the use of a `.nojekyll` file, you can safely commit these files directly into deployment branch without them being overridden after each deployment.