From 6c04f97a720e4a1030ab05e692582025c1105a23 Mon Sep 17 00:00:00 2001 From: mirumi Date: Wed, 29 May 2024 21:20:07 +0900 Subject: [PATCH] ci(generate-only-specified-post): fix s3 sync files --- .github/workflows/generate-only-specified-post.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-only-specified-post.yaml b/.github/workflows/generate-only-specified-post.yaml index 505a924..43811fa 100644 --- a/.github/workflows/generate-only-specified-post.yaml +++ b/.github/workflows/generate-only-specified-post.yaml @@ -92,7 +92,10 @@ jobs: --delete \ --region ap-northeast-1 \ --exclude "*" \ - --include "*" \ + --include "_payload.json" \ + --include "200.html" \ + --include "404.html" \ + --include "index.html" \ --include "${{ env.ROUTE_TO_GENERATE }}/*" \ --include "about/*" \ --include "category/**" \