Easier publishing

Quarto
Published

July 12, 2023

#!   /bin/bash -e
quarto render
git add .
git commit -m "some changes"
git push