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