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:
parent
62ba4723d4
commit
89f6c8a39d
1 changed files with 3 additions and 8 deletions
11
.github/workflows/doc-publish.yml
vendored
11
.github/workflows/doc-publish.yml
vendored
|
@ -48,11 +48,6 @@ jobs:
|
||||||
VERSION="latest"
|
VERSION="latest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Publish version: ${VERSION}"
|
aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
|
||||||
ls -l html-output/html
|
aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --delete
|
||||||
ls -l html-output/html/doxygen/html
|
aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
|
||||||
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue