We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1602dd0 commit b0aa33fCopy full SHA for b0aa33f
1 file changed
.github/workflows/bonsai-docs.yml
@@ -26,7 +26,8 @@ jobs:
26
cp -r _build/html/* bonsaibim_org_docs/
27
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
28
touch bonsaibim_org_docs/.nojekyll
29
- echo "bonsai" > bonsaibim_org_docs/BUILDINFO
+ sed -i 's/<\/head>/<!-- Bonsai -->\n<\/head>/' bonsaibim_org_docs/index.html
30
git -C bonsaibim_org_docs add .
31
git -C bonsaibim_org_docs commit -m "Build"
32
git -C bonsaibim_org_docs push
33
+ gh api repos/IfcOpenShell/bonsaibim_org_docs/pages --method PUT --field custom_domain="docs.bonsaibim.org"
0 commit comments