We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ac875 commit 88f7743Copy full SHA for 88f7743
.github/workflows/main.yml
@@ -21,8 +21,8 @@ jobs:
21
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifcopenshell_org_static_html
22
python3 website.py
23
git -C blenderbim_org_static_html add .
24
- git -C blenderbim_org_static_html commit -m "$(git log --oneline -1)"
+ git -C blenderbim_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
25
git -C blenderbim_org_static_html push
26
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
+ git -C ifcopenshell_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
+ git -C ifcopenshell_org_static_html push
0 commit comments