From 1ccfe1589b6d49b77b16e456e57998ba3b4b2915 Mon Sep 17 00:00:00 2001 From: Stephen Belovarich Date: Thu, 14 Nov 2024 12:57:12 -0800 Subject: [PATCH] fix: Github Pages Deployment --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index ac218d4bf..71ea8a4d4 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Prepare and deploy run: | - yarn deploy -- --name="Swimlane" --email="swimlane-devops@swimlane.com" + npm run deploy -- --name="Swimlane" --email="swimlane-devops@swimlane.com" if: ${{ github.ref == 'refs/heads/master' }} env: CI: true