mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 16:16:21 +00:00
Update ci-ifctester-org.yml attempt 2
This commit is contained in:
@@ -15,11 +15,11 @@ jobs:
|
|||||||
OSC_APIKEY: ${{ secrets.OSC_APIKEY }}
|
OSC_APIKEY: ${{ secrets.OSC_APIKEY }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt update && sudo apt install -y nodejs
|
sudo apt update && sudo apt install -y nodejs
|
||||||
|
make webapp-build
|
||||||
|
cd webapp/dist
|
||||||
git config --global user.name 'IfcOpenBot'
|
git config --global user.name 'IfcOpenBot'
|
||||||
git config --global user.email 'IfcOpenBot@users.noreply.github.com'
|
git config --global user.email 'IfcOpenBot@users.noreply.github.com'
|
||||||
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifctester_org_static_html
|
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 add .
|
||||||
git -C ifctester_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
|
git -C ifctester_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
|
||||||
git -C ifctester_org_static_html push
|
git -C ifctester_org_static_html push
|
||||||
|
|||||||
Reference in New Issue
Block a user