Skip to content

Commit 2319bc6

Browse files
authored
Don't upload package.json to S3
1 parent 3735085 commit 2319bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
--exclude '.github/*'
2626
--exclude '.gitignore'
2727
--exclude 'README.md'
28+
--exclude 'package.json'
29+
--exclude 'yarn.lock'
2830
env:
2931
AWS_S3_BUCKET: ember-api-docs-test
3032
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)