Skip to content

Commit d64ef03

Browse files
committed
Remove git-ftp-args: --all.
1 parent ea66889 commit d64ef03

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy-vendors.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
ftp-username: ${{ secrets.SFTP_USER }}
5151
ftp-password: ${{ secrets.SFTP_PASSWORD }}
5252
local-dir: plugins/bifrost-framework/vendor/
53-
git-ftp-args: --all
5453
known-hosts: ${{ secrets.SFTP_KNOWN_HOSTS }}
5554

5655
- name: Install plugin dependencies (bifrost-music)
@@ -65,7 +64,6 @@ jobs:
6564
ftp-username: ${{ secrets.SFTP_USER }}
6665
ftp-password: ${{ secrets.SFTP_PASSWORD }}
6766
local-dir: plugins/bifrost-music/vendor/
68-
git-ftp-args: --all
6967
known-hosts: ${{ secrets.SFTP_KNOWN_HOSTS }}
7068

7169
# ── Theme ───────────────────────────────────────────────────────────────
@@ -82,5 +80,4 @@ jobs:
8280
ftp-username: ${{ secrets.SFTP_USER }}
8381
ftp-password: ${{ secrets.SFTP_PASSWORD }}
8482
local-dir: themes/bifrost-noise/vendor/
85-
git-ftp-args: --all
8683
known-hosts: ${{ secrets.SFTP_KNOWN_HOSTS }}

0 commit comments

Comments
 (0)