From 3c1d6abc7e1661c875ec454acc558d4ca39fd77e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 6 Oct 2025 17:51:50 +1100 Subject: [PATCH] Update ci-ifctester-org.yml attempt 2 --- .github/workflows/ci-ifctester-org.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ifctester-org.yml b/.github/workflows/ci-ifctester-org.yml index 357ba1fc98..b19a761c7d 100644 --- a/.github/workflows/ci-ifctester-org.yml +++ b/.github/workflows/ci-ifctester-org.yml @@ -15,11 +15,11 @@ jobs: OSC_APIKEY: ${{ secrets.OSC_APIKEY }} run: | sudo apt update && sudo apt install -y nodejs + make webapp-build + cd webapp/dist git config --global user.name 'IfcOpenBot' git config --global user.email 'IfcOpenBot@users.noreply.github.com' git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifctester_org_static_html - make webapp-build - cd webapp/dist git -C ifctester_org_static_html add . git -C ifctester_org_static_html commit --allow-empty -m "$(git log --oneline -1)" git -C ifctester_org_static_html push