include proper scripts

This commit is contained in:
Barrett Ruth 2024-06-08 17:09:13 -05:00
parent 3e83fa56f1
commit 005ea8d7d9
2 changed files with 3 additions and 2 deletions

View file

@ -46,6 +46,6 @@
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
</div>
</footer>
<script src="index.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>

View file

@ -5,4 +5,5 @@ aws s3 sync . s3://barrettruth.com --delete \
--exclude ".github/*" \
--exclude "readme.md" \
--exclude ".DS_Store" \
--exclude ".gitignore"
--exclude ".gitignore" \
--exclude "scripts/*.sh"