From d8453e5f78fdd13144a7286f32facbc643c3fcd5 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:06:33 +0200 Subject: [PATCH] chore: Add Install D2 step on deploy workflow --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fbee31..7f6f99a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,11 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v4 + # https://d2lang.com/tour/install/ + - name: Install D2 + run: | + curl -fsSL https://d2lang.com/install.sh | sh -s -- + - name: Install bun uses: oven-sh/setup-bun@v1 with: