Skip to content

Commit c6abd3b

Browse files
authored
Removed package unused files (#22)
* Update packagist-deploy.yml * Update packagist-deploy.yml
1 parent 57aac4a commit c6abd3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/packagist-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
- name: Remove unnecessary files and directories for deployment
18+
run: |
19+
rm -rf .github/
20+
rm -rf tests/
21+
rm -rf .gitignore
22+
rm -rf phpunit.xml
1723
- uses: mnavarrocarter/packagist-update@v1.0.0
1824
with:
1925
username: "GautierDele"

0 commit comments

Comments
 (0)