From e7e6494c8ba67b63164fbba2816ef030a6d0c7d7 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 26 Aug 2024 13:26:35 +0530 Subject: [PATCH] CI: update another action --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63b122d..a79b020 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,8 +60,7 @@ jobs: - name: Display Files run: ls -R dist/ - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@v4 with: - BRANCH: deploy - FOLDER: dist - SINGLE_COMMIT: true + branch: deploy + folder: dist