Skip to content

Commit 88f7743

Browse files
committed
Minor fix
1 parent a8ac875 commit 88f7743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifcopenshell_org_static_html
2222
python3 website.py
2323
git -C blenderbim_org_static_html add .
24-
git -C blenderbim_org_static_html commit -m "$(git log --oneline -1)"
24+
git -C blenderbim_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
2525
git -C blenderbim_org_static_html push
2626
git -C ifcopenshell_org_static_html add .
27-
git -C ifcopenshell_org_static_html commit -m "$(git log --oneline -1)"
28-
git -C ifcopenshell_org_static_html push
27+
git -C ifcopenshell_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
28+
git -C ifcopenshell_org_static_html push

0 commit comments

Comments
 (0)