From 9ea99cfc2fc39f69ce008d3748925b2c52d424e5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 8 Nov 2019 11:20:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59344030..c26db52a 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,8 @@ 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. +### `CNAME` and `.nojekyll` + +This action maintains the full Git history of the deployment branch. Therefore if you're using a custom domain, or require the use of a `.nojekyll` file, you can safely commit these files directly into deployment branch without them being overridden after each deployment. + ![Example](screenshot.png)