mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
chore: Add Install D2 step on deploy workflow
This commit is contained in:
parent
43e2798fb1
commit
d8453e5f78
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -21,6 +21,11 @@ jobs:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Install bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue