From 9c52db18669bae13e01de3231c76264ca2d53fd8 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 25 Aug 2026 14:40:07 +0200 Subject: [PATCH] docs: ioc commands manual workflows --- docs/developer/ioc/ioc.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +```