We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c092e13 commit 75a2134Copy full SHA for 75a2134
.github/workflows/docpublish.yml
@@ -55,7 +55,7 @@ jobs:
55
# upload files
56
for file in docs/*.zip; do
57
sftp -v -i zoomin_key [email protected] <<EOF
58
- cd /nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
+ cd /home/sftp/nordic/nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
59
put ${file}
60
quit
61
EOF
0 commit comments