Compare commits

..

No commits in common. "d596ca7fef77f16e8ffeefd9e14e50cf7219a95c" and "b31e217f0605191f3981efd3cdfd6f2729538311" have entirely different histories.

5 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Sync gmem.ca
on: [push]
jobs:
sync:
lint:
runs-on: debian-latest
steps:
- name: Checkout code
@ -16,7 +16,7 @@ jobs:
./aws/install
- name: Sync with S3
run: |
aws s3 sync ./gmem.ca s3://gmem.ca --size-only --delete
aws s3 sync ./gmem.ca s3://gmem.ca --size-only
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 941 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 KiB