aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-01-16 18:28:59 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-01-16 18:28:59 +0000
commit4afea80c3d2e5a372e0aeba29eae20cbd321d56e (patch)
tree79fb85c73f5bb51a4924095e38b8101aec17625a /Makefile
parent70f9e11a2e53e099647da86e7f05291faf0d428f (diff)
Exclude *.tsv files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aafaf62..c5a4b94 100644
--- a/Makefile
+++ b/Makefile
@@ -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