Skip to content

Commit

Permalink
quiet file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 7, 2020
1 parent 661dfdd commit 0bed552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azp/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
export AWS_SECRET_ACCESS_KEY = $(AWS_SECRET_ACCESS_KEY)
cd doc/build
aws s3 sync html --quiet "s3://pdal/docs/$(Build.SourceVersion)/html/" --acl public-read
aws s3 cp latex/PDAL.pdf "s3://pdal/docs/$(Build.SourceVersion)/html/" --acl public-read
aws s3 cp --quiet latex/PDAL.pdf "s3://pdal/docs/$(Build.SourceVersion)/html/" --acl public-read
echo "PDF location: https://pdal.s3.amazonaws.com/docs/$(Build.SourceVersion)/html/PDAL.pdf"
echo "HTML location: https://pdal.s3.amazonaws.com/docs/$(Build.SourceVersion)/html/index.html"
displayName: 'Upload https://pdal.s3.amazonaws.com/docs/$(Build.SourceVersion)/html/index.html'
Expand Down

0 comments on commit 0bed552

Please sign in to comment.