From 1519c446999be4275854c6a41a7a475a0b6a6382 Mon Sep 17 00:00:00 2001 From: "Github Action (authored by pmalacho-mit)" Date: Sat, 28 Sep 2024 12:06:47 -0700 Subject: [PATCH] corrected deploy issue --- .github/workflows/build-and-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3e3788e34..415bc5c1f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -38,6 +38,5 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: - BRANCH: gh-pages - FOLDER: 'packages/scratch-gui/build' - TARGET_FOLDER: ${{ steps.extract_branch.outputs.branch }} + folder: 'packages/scratch-gui/build' + target-folder: ${{ steps.extract_branch.outputs.branch }} \ No newline at end of file