Skip to content

docs(developer): add ap.redirect #614

docs(developer): add ap.redirect

docs(developer): add ap.redirect #614

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Build API Docs styles
run: npm run build:api
- name: Find unused images
run: npm run find-unused-images