Skip to content

Commit

Permalink
doc: update zoomin upload path
Browse files Browse the repository at this point in the history
Updating the folder name on Zoomin server for auto uploads of doc.

Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
  • Loading branch information
b-gent authored and gautesl committed Aug 14, 2023
1 parent 851a6ae commit fc7abc9
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 /home/sftp/nordic/nordic-be-prod.zoominsoftware.io/sphinx-html/incoming
cd /home/sftp/nordic/docs-be.nordicsemi.com/sphinx-html/incoming
put ${file}
quit
EOF
Expand Down

0 comments on commit fc7abc9

Please sign in to comment.