We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7ccfc commit 36a62f6Copy full SHA for 36a62f6
.github/workflows/bonsai-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
cp -r _build/html/* bonsaibim_org_docs/
28
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
29
touch bonsaibim_org_docs/.nojekyll
30
- sed -i 's/<\/head>/<!-- Bonsai -->\n<\/head>/' bonsaibim_org_docs/index.html
+ echo "<!-- bonsaibim generated -->" >> bonsaibim_org_docs/index.html
31
git -C bonsaibim_org_docs add .
32
git -C bonsaibim_org_docs commit -m "Build"
33
git -C bonsaibim_org_docs push
0 commit comments