From bd2d2f00d61e5ec82d9e5dd2eeb0255102659ef2 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 26 Aug 2024 13:13:54 +0530 Subject: [PATCH] CI: partially revert the update --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c7002d..801f374 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,8 +57,8 @@ jobs: with: name: dist - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@releases/v3 with: - branch: deploy - folder: dist - single-commit: true + BRANCH: deploy + FOLDER: dist + SINGLE_COMMIT: true