Skip to content

automatic i18n for the whole website #3176

automatic i18n for the whole website

automatic i18n for the whole website #3176

Workflow file for this run

name: Test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Generate static pages
run: bun run build