Skip to content

Commit 578bb9b

Browse files
authored
Update and rename blenderbim-docs.yml to bonsai-docs.yml
1 parent 16f883c commit 578bb9b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: blenderbim-docs
1+
name: bonsai-docs
22
on:
33
workflow_dispatch:
44
jobs:
5-
blenderbim-docs:
5+
bonsai-docs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
@@ -14,14 +14,14 @@ jobs:
1414
sudo apt update && sudo apt install -y python3-pip
1515
pip3 install furo sphinx-autoapi sphinx-copybutton
1616
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/IfcOpenShell
17-
cd IfcOpenShell/src/blenderbim/docs
17+
cd IfcOpenShell/src/bonsai/docs
1818
make html
1919
git config --global user.name 'IfcOpenBot'
2020
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

0 commit comments

Comments
 (0)