perf: lazy-load file content + fix oversized tile labels #5

Merged
fam merged 3 commits from perf/lazy-load-and-font-fix into master 2026-04-07 09:38:49 +00:00
Showing only changes of commit 71cce2dd44 - Show all commits

View File

@@ -0,0 +1,19 @@
name: Deploy to OCI
on:
push:
branches:
- main
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install frontend dependencies
run: cd web && npm ci
- name: Deploy to OCI
run: make deploy-oci