From 3e76079be6dd29e8aba2b49c117ac44d19f6e2a9 Mon Sep 17 00:00:00 2001 From: Dalena Date: Thu, 21 Nov 2024 09:23:29 -0500 Subject: [PATCH] chore: mdformat --- docs/userguides/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguides/deploying.md b/docs/userguides/deploying.md index 2144de5c..22c84cb9 100644 --- a/docs/userguides/deploying.md +++ b/docs/userguides/deploying.md @@ -56,7 +56,7 @@ docker push your-registry-url/project/botA:latest TODO: The ApeWorX team has github actions definitions for building, pushing and deploying. -If you are unfamiliar with docker and container registries, you can use the \[\[github-action\]\]. +If you are unfamiliar with docker and container registries, you can use the \[[github-action]\]. You do not need to build using this command if you use the github action, but it is there to help you if you are having problems figuring out how to build and run your bot images on the cluster successfully.