ethz-asl / grid_map_geo

Geolocalization for grid map using GDAL.
BSD 3-Clause "New" or "Revised" License
141 stars 19 forks source link

CI: Split docs workflows and add write permissions for pages deployment #52

Closed Ryanf55 closed 9 months ago

Ryanf55 commented 9 months ago

This is an attempted fix for #51. Oh yea, and rename the job to be correct.

Edit: Doh - no dice: https://github.com/ethz-asl/grid_map_geo/actions/runs/7565414848/job/20601127489?pr=52#step:5:145

The docs for peaceiris/actions-gh-pages do not seem suffient, and the other repo-wide permissions change is a security risk.

The approach here is to split the jobs, and only try deploying on ros2 after it's merged. Might break ros2 branch, and if it does, we'll just remove pages deploy and find another approach.