From c7b36935859df4664fa1658dc85e2a5f87ce33e6 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 13 Sep 2024 15:10:05 -0400 Subject: [PATCH] docs: fixes GitHub tutorial steps Signed-off-by: Jennifer Power --- docs/tutorials/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/github.md b/docs/tutorials/github.md index f9d1c37b..1eebc142 100644 --- a/docs/tutorials/github.md +++ b/docs/tutorials/github.md @@ -78,7 +78,7 @@ Finally you can copy ready-made CI/CD workflows from the `TEMPLATES` directory i **For example Component Definition authoring in GitHub Actions** ``` -mkdir .github/workflows +mkdir -p .github/workflows cp TEMPLATES/github/trestlebot-create-component-definition.yml .github/workflows cp TEMPLATES/github/trestlebot-rules-transform.yml .github/workflows ```