1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-14 09:34:26 -04:00

HTML5 elements and random CSS improvements

This commit is contained in:
2019-04-12 12:38:00 -04:00
parent c7e4caeadc
commit e216cf7eec
11 changed files with 189 additions and 150 deletions

View File

@@ -21,7 +21,7 @@ deploy:
script:
# build site
- rm -rf public
- hugo --gc
- hugo --gc --enableGitInfo
# upload all files
- aws s3 sync ./public s3://$S3_BUCKET_NAME --delete --region us-east-1 --cache-control "max-age=3600, public" --metadata-directive "REPLACE"