Revert "ci: doc: enable debug for aws s3 step"

This reverts commit 40a5cf6016. Debug
information is no longer necessary as doc-publish workflow is now
working correctly.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-07-30 20:46:04 +02:00 committed by Anas Nashif
commit 89f6c8a39d

View file

@ -48,11 +48,6 @@ jobs:
VERSION="latest"
fi
echo "Publish version: ${VERSION}"
ls -l html-output/html
ls -l html-output/html/doxygen/html
ls -l pdf-output/
aws s3 sync --debug html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
aws s3 sync --debug html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --delete
aws s3 cp --debug pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --delete
aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf