include proper scripts
This commit is contained in:
parent
3e83fa56f1
commit
005ea8d7d9
2 changed files with 3 additions and 2 deletions
|
|
@ -46,6 +46,6 @@
|
||||||
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
|
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="index.js"></script>
|
<script src="scripts/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,5 @@ aws s3 sync . s3://barrettruth.com --delete \
|
||||||
--exclude ".github/*" \
|
--exclude ".github/*" \
|
||||||
--exclude "readme.md" \
|
--exclude "readme.md" \
|
||||||
--exclude ".DS_Store" \
|
--exclude ".DS_Store" \
|
||||||
--exclude ".gitignore"
|
--exclude ".gitignore" \
|
||||||
|
--exclude "scripts/*.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue