Skip to content

Commit eafa4cd

Browse files
authored
Update build-and-deploy-site.yml
Signed-off-by: Lee Calcote <[email protected]>
1 parent 7d1c2df commit eafa4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: JamesIves/github-pages-deploy-action@v4
2323
with:
2424
branch: site # The branch the action should deploy to.
25-
folder: site/public # The folder the action should deploy.
25+
folder: public # The folder the action should deploy.
2626
clean: true

0 commit comments

Comments
 (0)