From 68d67c5b3f506bf834981e35fe5b828741bb2396 Mon Sep 17 00:00:00 2001 From: w8r Date: Tue, 5 Mar 2024 14:51:23 +0100 Subject: [PATCH] Deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87766db..cdf28b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: npm run demo - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.