From 9e16fc6c6093fce48254ee84c65caca43cda40c3 Mon Sep 17 00:00:00 2001 From: Christopher Toth Date: Wed, 6 Dec 2023 21:15:05 -0500 Subject: [PATCH] Unpin gh pages deploy action (maybe this will make it work!) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fcedb51..d3b526f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: run: npm run docs - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action with: branch: gh-pages folder: docs