Skip to content

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 #1428

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 #1428

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i -g npm@7 --registry=https://registry.npmjs.org
- run: npm run setup
- run: npm i --no-save class-validator
- run: npm run docs:generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs