Skip to content

Commit

Permalink
Fonts are under fonts/ not assets/.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Aug 28, 2021
1 parent 59bde95 commit a37f77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "${SYNC_ONLY:-}" ]; then
fi

cd build
aws s3 sync . s3://static.lita.io --delete --exclude '*' --include 'assets/*' --include 'images/*' --include 'javascripts/*' --include 'stylesheets/*'
aws s3 sync . s3://static.lita.io --delete --exclude '*' --include 'fonts/*' --include 'images/*' --include 'javascripts/*' --include 'stylesheets/*'

cd docs
aws s3 sync . s3://docs.lita.io --content-type 'text/html; charset=utf-8' --delete
Expand Down

0 comments on commit a37f77b

Please sign in to comment.