Skip to content

Commit

Permalink
ci(generate-only-specified-post): fix s3 sync files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed May 29, 2024
1 parent 499919e commit 6c04f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-only-specified-post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**" \
Expand Down

0 comments on commit 6c04f97

Please sign in to comment.