Skip to content

Commit

Permalink
ci: docpublish: fix zoomin path
Browse files Browse the repository at this point in the history
Update Zoomin file destination path.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
  • Loading branch information
gmarull committed Aug 1, 2023
1 parent c092e13 commit 75a2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# upload files
for file in docs/*.zip; do
sftp -v -i zoomin_key nordic@upload-v1.zoominsoftware.io <<EOF
cd /nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
cd /home/sftp/nordic/nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
put ${file}
quit
EOF
Expand Down

0 comments on commit 75a2134

Please sign in to comment.