docs: ioc commands manual workflows

This commit is contained in:
Benjamin Labrecque
2026-08-25 14:40:07 +02:00
parent 898733eeae
commit 9c52db1866
+5 -1
View File
@@ -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
```