Skip to content

Merge branch 'master' into feat/update-to-angular-16 #5

Merge branch 'master' into feat/update-to-angular-16

Merge branch 'master' into feat/update-to-angular-16 #5

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: 16.14.0
cache: 'npm'
- run: npm ci
- run: npm run docs:gh-pages