From 78fbabe9e91bdbcfd42c732eb9a0e48e5fc77db2 Mon Sep 17 00:00:00 2001 From: Chris Barr <463685+ChrisMBarr@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:34:33 -0500 Subject: [PATCH] Update publish-to-gh-pages.yml --- .github/workflows/publish-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index 15f44c3..c95c37c 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -17,7 +17,7 @@ jobs: - name: Install and Build 🔧 run: | npm ci --legacy-peer-deps - npm run build-gh-pages + npm run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4