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.
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 breakros2
branch, and if it does, we'll just remove pages deploy and find another approach.