Skip to content

feat: added special case to redirects #184

feat: added special case to redirects

feat: added special case to redirects #184

Workflow file for this run

name: Generate TypeScript Documentation
on:
push:
branches:
- develop
jobs:
swagger-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Instantiate package
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Generate typedoc
run: yarn docs:build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.github_token }}
publish_dir: docs