Skip to content

Refactor identity service schema and CRUD operations; omit unnecessar… #288

Refactor identity service schema and CRUD operations; omit unnecessar…

Refactor identity service schema and CRUD operations; omit unnecessar… #288

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Generate Documentation
run: yarn generate:doc
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs