diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-16 18:28:59 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-16 18:28:59 +0000 |
commit | 4afea80c3d2e5a372e0aeba29eae20cbd321d56e (patch) | |
tree | 79fb85c73f5bb51a4924095e38b8101aec17625a /Makefile | |
parent | 70f9e11a2e53e099647da86e7f05291faf0d428f (diff) |
Exclude *.tsv files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ clean: rm -rf build/* rm -f site.tar.gz deploy: - tar -C build -cvz . > site.tar.gz + tar --exclude='*.tsv' -C build -cvz . > site.tar.gz hut pages publish -d justine.smithies.me.uk site.tar.gz |