diff --git a/docs/developer/ioc/ioc.md b/docs/developer/ioc/ioc.md index c4eef02..2bcea75 100644 --- a/docs/developer/ioc/ioc.md +++ b/docs/developer/ioc/ioc.md @@ -110,4 +110,8 @@ before its IOC can be installed. They run automatically when a new service is added (`.gitea/workflows/add-new-service.yml`), and can be triggered manually for any service (or `all` services) through the `Ioc` workflow -(`.gitea/workflows/ioc.yml`) in the gitea Actions tab. +(`.gitea/workflows/ioc.yml`) in the gitea Actions tab: + +``` +Actions tab > Ioc (row on left side) > Run Workflow +```