From 4fdfff9b3d52c4d46938c831813f6eb6dc3c6511 Mon Sep 17 00:00:00 2001 From: haelekuin Date: Fri, 25 Jul 2025 13:09:45 +0200 Subject: [PATCH 1/3] Docs: Fix Task Template Paths Point tasks templates to apps/template.md --- src/user-guide/task-templates/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/user-guide/task-templates/README.md b/src/user-guide/task-templates/README.md index c379234..9f25211 100644 --- a/src/user-guide/task-templates/README.md +++ b/src/user-guide/task-templates/README.md @@ -2,8 +2,8 @@ Templates define how to run Semaphore tasks. Currently the following task types are supported: -* [Ansible](./ansible.md) -* [Terraform/OpenTofu](./terraform.md) -* [Shell](./bash.md) -* [Powershell](./powershell.md) -* [Python](./python.md) +* [Ansible](.apps/ansible.md) +* [Terraform/OpenTofu](.apps/terraform.md) +* [Shell](.apps/bash.md) +* [Powershell](.apps/powershell.md) +* [Python](.apps/python.md) From 036304e0be3d8beb750bc6a619de772bfb1f9542 Mon Sep 17 00:00:00 2001 From: haelekuin Date: Fri, 25 Jul 2025 13:15:21 +0200 Subject: [PATCH 2/3] Update ansible.md --- src/user-guide/task-templates/apps/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-guide/task-templates/apps/ansible.md b/src/user-guide/task-templates/apps/ansible.md index 2335d19..7aab101 100644 --- a/src/user-guide/task-templates/apps/ansible.md +++ b/src/user-guide/task-templates/apps/ansible.md @@ -40,7 +40,7 @@ This type of template should be used to create [artifacts](https://en.wikipedia. ![](<../../../.gitbook/assets/template\_new\_build\_ipad (1).png>) -Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../administration-guide/cicd.md) to know how to do this. +Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../../administration-guide/cicd.md) to know how to do this. ### Deploy From dbc094154d1cc80ba75e956cc5daafa3b2d42e3d Mon Sep 17 00:00:00 2001 From: haelekuin Date: Fri, 25 Jul 2025 13:16:58 +0200 Subject: [PATCH 3/3] Update README.md --- src/user-guide/task-templates/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/user-guide/task-templates/README.md b/src/user-guide/task-templates/README.md index 9f25211..114e6d1 100644 --- a/src/user-guide/task-templates/README.md +++ b/src/user-guide/task-templates/README.md @@ -2,8 +2,8 @@ Templates define how to run Semaphore tasks. Currently the following task types are supported: -* [Ansible](.apps/ansible.md) -* [Terraform/OpenTofu](.apps/terraform.md) -* [Shell](.apps/bash.md) -* [Powershell](.apps/powershell.md) -* [Python](.apps/python.md) +* [Ansible](apps/ansible.md) +* [Terraform/OpenTofu](apps/terraform.md) +* [Shell](apps/bash.md) +* [Powershell](apps/powershell.md) +* [Python](apps/python.md)