From 2c0793c5f30167e79358a0b8bac559c55fcd5e19 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Sun, 5 Nov 2023 10:12:57 -0600 Subject: [PATCH] Update .github/workflows/build-and-deploy-site.yml Signed-off-by: Lee Calcote --- .github/workflows/build-and-deploy-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index b471f04a7..76ace81fb 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -23,6 +23,6 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 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