Skip to content

Commit 9220bfb

Browse files
authored
Another attempt to fix upload.yaml syntax
Using SamKirkland/FTP-Deploy-Action#202 (comment) in an attempt to fix the problem.
1 parent 03605d2 commit 9220bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
local-dir: .
2121
server-dir: ${{ secrets.docs_target_dir }}
2222
security: strict
23-
exclude: ["**/.git*", "**/.git*/**"]
23+
exclude: "[**/.git*, **/.git*/**]"

0 commit comments

Comments
 (0)