Skip to content

Commit 0e8b4b3

Browse files
authored
exclude upload of .git directory
1 parent 27ac39a commit 0e8b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
username: ${{ secrets.USERNAME }}
1717
password: ${{ secrets.PASSWORD }}
1818
port: ${{ secrets.PORT }}
19-
source: "*"
19+
source: "*,!.git"
2020
target: "public_html"

0 commit comments

Comments
 (0)