Skip to content

Commit 4ba2a6c

Browse files
committed
Use echo for CNAME (with newline)
1 parent 8f71efc commit 4ba2a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bonsai-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git -C bonsaibim_org_docs checkout -B main
2626
rm -rf bonsaibim_org_docs/*
2727
cp -r _build/html/* bonsaibim_org_docs/
28-
printf "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
28+
echo "docs.bonsaibim.org" > bonsaibim_org_docs/CNAME
2929
touch bonsaibim_org_docs/.nojekyll
3030
echo "<!-- Build: $(date +%s) -->" >> bonsaibim_org_docs/index.html
3131
git -C bonsaibim_org_docs add .

0 commit comments

Comments
 (0)