diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index cacd80e..0b05ddd 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 @@ -20,4 +20,4 @@ jobs: aws-region: us-east-2 - name: Deploy static site to S3 bucket - run: aws s3 sync . s3://barrettruth.com --delete + run: aws s3 sync . s3://barrettruth.com --delete --exclude ".git/*" --exclude ".github/*" --exclude "README.md" --exclude ".DS_Store" diff --git a/index.html b/index.html index c542550..26becb6 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ barrett ruth - my website, hosted on aws + my website