Skip to content

Commit 3751121

Browse files
authored
Remove directories in workflow/action
1 parent 809047e commit 3751121

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- name: Remove directories
22+
run: rm -r .github .git
23+
2124
- name: Upload files
2225
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
2326
with:

0 commit comments

Comments
 (0)