From 075cff4d1fa3cbf5e5769e2b63e322702e21f9bb Mon Sep 17 00:00:00 2001 From: Michalzr Date: Mon, 5 Feb 2024 08:16:55 +0100 Subject: [PATCH] Skip assets when deploying --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92e647..eb59359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - name: Copy to S3 run: | aws s3 sync . s3://lightweightgltfloader \ + --exclude "assets/*" \ --exclude ".git*" \ --exclude ".git*/**" \ --exclude "node_modules/**" \