We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac39a commit 0e8b4b3Copy full SHA for 0e8b4b3
.github/workflows/main.yaml
@@ -16,5 +16,5 @@ jobs:
16
username: ${{ secrets.USERNAME }}
17
password: ${{ secrets.PASSWORD }}
18
port: ${{ secrets.PORT }}
19
- source: "*"
+ source: "*,!.git"
20
target: "public_html"
0 commit comments