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