Skip to content

Commit 1602dd0

Browse files
committed
Revert to printf CNAME, add BUILDINFO file
1 parent f74106c commit 1602dd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bonsai-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ 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-
echo "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
28-
echo "<!-- Generated for Bonsai -->" >> bonsaibim_org_docs/index.html
27+
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
2928
touch bonsaibim_org_docs/.nojekyll
29+
echo "bonsai" > bonsaibim_org_docs/BUILDINFO
3030
git -C bonsaibim_org_docs add .
3131
git -C bonsaibim_org_docs commit -m "Build"
3232
git -C bonsaibim_org_docs push

0 commit comments

Comments
 (0)