From 8aca08415d6480d88b46955e1056bc42c589bbd9 Mon Sep 17 00:00:00 2001 From: Darius Peters <38152878+dariusptrs@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:54:15 +0200 Subject: [PATCH] fix gh-pages version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39037b8..00cfc54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.6 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages folder: export