Skip to content

Commit 36a62f6

Browse files
committed
Fix trivial change to index.html
1 parent 7d7ccfc commit 36a62f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bonsai-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cp -r _build/html/* bonsaibim_org_docs/
2828
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
2929
touch bonsaibim_org_docs/.nojekyll
30-
sed -i 's/<\/head>/<!-- Bonsai -->\n<\/head>/' bonsaibim_org_docs/index.html
30+
echo "<!-- bonsaibim generated -->" >> bonsaibim_org_docs/index.html
3131
git -C bonsaibim_org_docs add .
3232
git -C bonsaibim_org_docs commit -m "Build"
3333
git -C bonsaibim_org_docs push

0 commit comments

Comments
 (0)