1
Fork 1
empowering-django-with-back.../.gitea/workflows/ci.yml
Jake Howard a6b3f5fd61
All checks were successful
/ build (push) Successful in 2m13s
Build PDF
2024-05-17 11:22:30 +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