1
Fork 0
recovering-deleted-wagtail-.../.gitea/workflows/ci.yml
Jake Howard 306d6e6ec8
All checks were successful
/ build (push) Successful in 36s
Add CI config
2024-05-17 11:30:27 +01:00

18 lines
378 B
YAML

on:
push:
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run build