File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- name : blenderbim -docs
1
+ name : bonsai -docs
2
2
on :
3
3
workflow_dispatch :
4
4
jobs :
5
- blenderbim -docs :
5
+ bonsai -docs :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout
@@ -14,14 +14,14 @@ jobs:
14
14
sudo apt update && sudo apt install -y python3-pip
15
15
pip3 install furo sphinx-autoapi sphinx-copybutton
16
16
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/IfcOpenShell
17
- cd IfcOpenShell/src/blenderbim /docs
17
+ cd IfcOpenShell/src/bonsai /docs
18
18
make html
19
19
git config --global user.name 'IfcOpenBot'
20
20
git config --global user.email '[email protected] '
21
- git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/blenderbim_org_docs
22
- rm -rf blenderbim_org_docs /*
23
- cp -r _build/html/* blenderbim_org_docs /
24
- touch blenderbim_org_docs /.nojekyll
25
- git -C blenderbim_org_docs add .
26
- git -C blenderbim_org_docs commit -m "Build"
27
- git -C blenderbim_org_docs push
21
+ git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/bonsaibim_org_docs
22
+ rm -rf bonsaibim_org_docs /*
23
+ cp -r _build/html/* bonsaibim_org_docs /
24
+ touch bonsaibim_org_docs /.nojekyll
25
+ git -C bonsaibim_org_docs add .
26
+ git -C bonsaibim_org_docs commit -m "Build"
27
+ git -C bonsaibim_org_docs push
You can’t perform that action at this time.
0 commit comments