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