From 818b03ea9e844b890b746d66a699d776944fca1a Mon Sep 17 00:00:00 2001
From: Miguel Rodo <rdxmig002@myuct.ac.za>
Date: Mon, 9 Dec 2024 11:08:01 +0200
Subject: [PATCH] Add mermaid feature

---
 .devcontainer/devcontainer.json          | 3 ++-
 .github/workflows/devcontainer-build.yml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index fe04c78..fe61072 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -25,7 +25,8 @@
 		},
     "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
 			"installTinyTex": true
-		}
+		},
+		"ghcr.io/MiguelRodo/DevContainerFeatures/mermaid:1.2.0": {}
   },
 	"customizations": {
 		"vscode": {
diff --git a/.github/workflows/devcontainer-build.yml b/.github/workflows/devcontainer-build.yml
index 1f0d874..897a810 100644
--- a/.github/workflows/devcontainer-build.yml
+++ b/.github/workflows/devcontainer-build.yml
@@ -17,7 +17,7 @@ jobs:
 
     steps:
       - name: Build Dev Container
-        uses: SATVILab/actions/build-devcontainer@v1.2.3
+        uses: SATVILab/actions/build-devcontainer@v1.2.4
         with:
           use_cache: ${{ github.event.inputs.use_cache }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}