Show index as most recently updated file after publishing

This commit is contained in:
Jordan Cook 2022-11-15 00:43:00 -06:00
parent 44c449de77
commit e14cfb1c3d
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ livedocs: clean
publish:
rsync -a _build/html/* tilde:~/public_html/
rsync -a .ring tilde:~/
ssh tilde 'touch ~/public_html/index.html'