Skip to content

Commit

Permalink
Merge pull request #105 from mirumirumi/dev
Browse files Browse the repository at this point in the history
ci(generate-only-specified-post): fix s3 sync files
  • Loading branch information
mirumirumi authored May 29, 2024
2 parents bce2805 + 6c04f97 commit e64a826
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 e64a826

Please sign in to comment.