Skip to content

Commit f016a64

Browse files
authored
Update main.yml
1 parent 3d0551f commit f016a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
SSH_PRIVATE_KEY: ${{ secrets.FTP_SERVER_PASSWD }}
3535
ARGS: "-rlgoDzvc -i"
36-
SOURCE: ${{ github.workspace }}/_site/
36+
SOURCE: /_site/
3737
REMOTE_HOST: ${{ secrets.FTP_SERVER_IP }}
3838
REMOTE_USER: ${{ secrets.FTP_SERVER_USERNAME }}
3939
TARGET: /www/wwwroot/yuzukihd.top/

0 commit comments

Comments
 (0)