Linux perform action on file change (like recompile or re-render)

yum install inotify-tools

while inotifywait page.html ; do weasyprint page.html page.pdf ; done