Skip to content

Commit b8144e4

Browse files
authored
Update main.yml
1 parent 578bb9b commit b8144e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
pip3 install requests Jinja2
1818
git config --global user.name 'IfcOpenBot'
1919
git config --global user.email '[email protected]'
20-
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/blenderbim_org_static_html
20+
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/bonsaibim_org_static_html
2121
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifcopenshell_org_static_html
2222
python3 website.py
23-
git -C blenderbim_org_static_html add .
24-
git -C blenderbim_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
25-
git -C blenderbim_org_static_html push
23+
git -C bonsaibim_org_static_html add .
24+
git -C bonsaibim_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
25+
git -C bonsaibim_org_static_html push
2626
git -C ifcopenshell_org_static_html add .
2727
git -C ifcopenshell_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
2828
git -C ifcopenshell_org_static_html push

0 commit comments

Comments
 (0)