Skip to content

Commit f74106c

Browse files
committed
Add newline to CNAME and trivial comment to bonsaibim index
1 parent 1bda9a5 commit f74106c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bonsai-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
git -C bonsaibim_org_docs checkout -B main
2525
rm -rf bonsaibim_org_docs/*
2626
cp -r _build/html/* bonsaibim_org_docs/
27-
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
27+
echo "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
28+
echo "<!-- Generated for Bonsai -->" >> bonsaibim_org_docs/index.html
2829
touch bonsaibim_org_docs/.nojekyll
2930
git -C bonsaibim_org_docs add .
3031
git -C bonsaibim_org_docs commit -m "Build"

0 commit comments

Comments
 (0)