From babb004003fbe7bda05cd9535d14aa9a5e023c44 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 8 Feb 2021 09:23:04 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42561b90c..df0516f16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,4 +14,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.0.0 with: branch: releases/v4-beta - folder: . \ No newline at end of file + folder: . + single-commit: true \ No newline at end of file