Skip to content

Commit

Permalink
Merge pull request #205 from mavlink/pr-fix-doc-upload
Browse files Browse the repository at this point in the history
tools: upload everything properly
  • Loading branch information
julianoes authored Jun 2, 2020
2 parents 08c2fdd + bb9b34a commit e46f75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/tools/upload_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# http://mavsdk-python-docs.s3-website.eu-central-1.amazonaws.com/

# Sync everything
s3cmd sync mavsdk/build/html/genindex.html mavsdk/build/html/_images mavsdk/build/html/index.html mavsdk/build/html/objects.inv mavsdk/build/html/plugins mavsdk/build/html/py-modindex.html mavsdk/build/html/search.html mavsdk/build/html/searchindex.js mavsdk/build/html/_sources mavsdk/build/html/_static mavsdk/build/html/system.html s3://mavsdk-python-docs
s3cmd sync mavsdk/build/html/ s3://mavsdk-python-docs

# Fix meta data
s3cmd put -m text/html mavsdk/build/html/index.html s3://mavsdk-python-docs
Expand Down

0 comments on commit e46f75d

Please sign in to comment.