From 210e1a5cc72cfdaab1196529420d7e852086c9ba Mon Sep 17 00:00:00 2001 From: Vadim Gedz Date: Tue, 5 Sep 2023 22:54:37 +0300 Subject: [PATCH] formatting fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb2497af..97fb7c44 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The workflow for deployment might be the following
A simplified diagram
+ ```mermaid graph TD Dev[Dev] --> Commit{Commit changes to the git repository} @@ -53,6 +54,7 @@ graph TD TimeoutDecision -->|Yes| Failed[Pipeline is marked as failed] TimeoutDecision -->|No| Check ``` +