Skip to content

Update typography: my own style instead of tailwind #9

Update typography: my own style instead of tailwind

Update typography: my own style instead of tailwind #9

Workflow file for this run

name: Test deploy the webapp
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run deploy