Skip to content

Commit 7ef8820

Browse files
committed
fix copy path
1 parent a944ea2 commit 7ef8820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
username: ${{ secrets.SERVER_USERNAME }}
4141
key: ${{ secrets.SSH_PRIVATE_KEY }}
4242
port: 22
43-
source: "build/"
43+
source: "build/client"
4444
target: "/srv/theme/"
4545
strip_components: 1
4646

0 commit comments

Comments
 (0)