Skip to content

Commit

Permalink
corrected deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed Sep 28, 2024
1 parent aecbd25 commit 1519c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1519c44

Please sign in to comment.