gazebosim / docs

High-level Gazebo documentation that gets published to https://gazebosim.org/docs/
https://gazebosim.org/docs
48 stars 117 forks source link

Upload to ign-gazebo docs to both api/gazebo and api/sim #436

Closed azeey closed 5 months ago

azeey commented 5 months ago

🦟 Bug fix

Summary

The upload_doc.sh script uploads to s3://gazebosim.org/api/gazebo/ when building gz-sim versions lower than 6 (Fortress). However, our website has links to https://gazebosim.org/api/sim/6/, which are currently outdated (there must have been a manual upload at some point). This fixes the problem by syncing the api/gazebo/${majorVersion} files into the api/sim/${majorVersion} directory.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.