git » jacl.git » commit 374bef7

webpage tweak

author Alan Dipert
2020-04-18 06:01:29 UTC
committer Alan Dipert
2020-04-18 06:01:29 UTC
parent eca521daa1effb305f4562e34c48db64db83db75

webpage tweak

Makefile +1 -0

diff --git a/Makefile b/Makefile
index 1dd4097..3564e38 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ deploy:
 	aws s3 cp jacl-dist.zip s3://tailrecursion.com/JACL/
 	aws s3 cp style.css s3://tailrecursion.com/JACL/
 	aws s3 cp index.html s3://tailrecursion.com/JACL/
+	aws s3 cp papyrus.png s3://tailrecursion.com/JACL/
 	aws cloudfront create-invalidation --distribution-id $(CF_DIST) --paths '/*'
 
 clean: