Skip to content

feat: update angular to v21 (#3306) #73

feat: update angular to v21 (#3306)

feat: update angular to v21 (#3306) #73

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
release:
types:
- published
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.19.5
cache: 'npm'
- run: npm ci
- run: npm run docs:gh-pages