From c2265044abd971d9d46930afd50d6a4af21db9ee Mon Sep 17 00:00:00 2001 From: Darius Peters <38152878+dariusptrs@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:29:52 +0200 Subject: [PATCH] fix gh-pages version (#7) --- .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