From 7f1c73e0fd1f9dcaf6c4dd243ce0f23fa76e9937 Mon Sep 17 00:00:00 2001 From: taskirel <75871323+taskylizard@users.noreply.github.com> Date: Tue, 30 May 2023 13:00:11 +0530 Subject: [PATCH] Update single-page.yml --- .github/workflows/single-page.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/single-page.yml b/.github/workflows/single-page.yml index 2c16085a6..5218d104d 100644 --- a/.github/workflows/single-page.yml +++ b/.github/workflows/single-page.yml @@ -27,5 +27,6 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.5 with: - branch: ci + branch: main folder: . + commit-message: "♻️ update single page"