mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Update ci-ifctester-org.yml attempt 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user