Skip to content

Commit e806988

Browse files
fix: deploy workflow
1 parent 7168fad commit e806988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version: '24'
2929

30+
- name: 'Install d2'
31+
run: 'curl -fsSL https://d2lang.com/install.sh | sh -s --'
32+
3033
- name: Building Static Site
3134
run: |
3235
npm ci

0 commit comments

Comments
 (0)