Skip to content

Commit f7548f9

Browse files
authored
Update FTP deployment configuration
1 parent 9e47f7e commit f7548f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-ftp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
protocol: ftps
3434
port: ${{ secrets.FTP_PORT }}
3535
local-dir: ./_site/
36-
server-dir: ./public_html/
37-
dangerous-clean-slate: false
36+
server-dir: /
37+
dangerous-clean-slate: true

0 commit comments

Comments
 (0)