Skip to content

Commit

Permalink
Update .github/workflows/build-and-deploy-site.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Nov 5, 2023
1 parent f3f571a commit 2c0793c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: master # The branch the action should deploy to.
folder: site/public # The folder the action should deploy.
branch: site # The branch the action should deploy to.
folder: public # The folder the action should deploy.
clean: true

0 comments on commit 2c0793c

Please sign in to comment.