OpenSimulationInterface / open-simulation-interface

A generic interface for the environmental perception of automated driving functions in virtual scenarios.
Other
273 stars 127 forks source link

Build: Trigger generator pipeline when source content has changed #674

Closed philipwindecker closed 2 years ago

philipwindecker commented 2 years ago

Background

This issue targets the build pipeline.

Current situation

The current setup for Antora builds in regular intervals. However, this is both too often and too infrequent. Builds are only required when changes are pushed.

Solution

Add repository_dispatch event and required token to all content repositories and the generator repo. Optional: Create adaptive builds for PRs where the content in Antora is changed to that PR but do not publish these pages.