Skip to content

Commit 75a2134

Browse files
committed
ci: docpublish: fix zoomin path
Update Zoomin file destination path. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c092e13 commit 75a2134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# upload files
5656
for file in docs/*.zip; do
5757
sftp -v -i zoomin_key [email protected] <<EOF
58-
cd /nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
58+
cd /home/sftp/nordic/nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
5959
put ${file}
6060
quit
6161
EOF

0 commit comments

Comments
 (0)