Easier publishing
Quarto
- File “/usr/local/bin/pq”:
#! /bin/bash -e
quarto render
git add .
git commit -m "some changes"
git push
- chmod +x /usr/local/bin/pq
July 12, 2023
#! /bin/bash -e
quarto render
git add .
git commit -m "some changes"
git push