mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
18 lines
384 B
YAML
18 lines
384 B
YAML
# Simple workflow for deploying static content to GitHub Pages
|
|
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
depends_on:
|
|
- ci
|
|
|
|
steps:
|
|
build:
|
|
image: oven/bun:debian
|
|
commands:
|
|
# Install curl & make
|
|
- apt-get update && apt-get install -y curl make
|
|
# Install D2
|
|
- curl -fsSL https://d2lang.com/install.sh | sh -s --
|
|
- bun install
|
|
- bun run build
|