From 51674256450b7f1a57eeb1d9751113841fd06268 Mon Sep 17 00:00:00 2001 From: Floh <48927090+Flohhhhh@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:20:09 -0400 Subject: [PATCH] Update build-ui.yml --- .github/workflows/build-ui.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-ui.yml b/.github/workflows/build-ui.yml index 4850e69..3a24ec6 100644 --- a/.github/workflows/build-ui.yml +++ b/.github/workflows/build-ui.yml @@ -38,6 +38,7 @@ jobs: run: | git config user.name "github-actions" git config user.email "github-actions@github.com" + cd ulc git add html/ git commit -m "Deploy build output" || echo "No changes to commit" git push origin main