diff --git a/.github/workflows/web_build.yml b/.github/workflows/web_build.yml index 3d2619ec..a7d3e82d 100644 --- a/.github/workflows/web_build.yml +++ b/.github/workflows/web_build.yml @@ -31,13 +31,13 @@ jobs: - name: Move Output to Directory run: | mkdir distribution - mv webApp/build/dist/js/productionExecutable/* distribution/ + mv webApp/build/dist/js/productionExecutable/* docs/ # Commit and push the directory to a specified branch (e.g., "output-branch") - name: Commit and Push to Branch run: | git config user.name "GitHub Actions" git config user.email "actions@github.com" - git add distribution/ + git add docs/ git commit -m "Add output from build" git push -f origin HEAD:deploy-branch \ No newline at end of file