File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
pip3 install requests Jinja2
18
18
git config --global user.name 'IfcOpenBot'
19
19
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
21
21
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/ifcopenshell_org_static_html
22
22
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
26
26
git -C ifcopenshell_org_static_html add .
27
27
git -C ifcopenshell_org_static_html commit --allow-empty -m "$(git log --oneline -1)"
28
28
git -C ifcopenshell_org_static_html push
You can’t perform that action at this time.
0 commit comments