Skip to content

πŸ”„ [chore]: Automated commit #198

πŸ”„ [chore]: Automated commit

πŸ”„ [chore]: Automated commit #198

Workflow file for this run

name: πŸ“„ TypeDocs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: πŸ›’ Checkout Repository
uses: actions/checkout@v2
- name: πŸ”₯ Generate documentation
run: bash scripts/generate-docs.sh --prod
- name: 🚒 Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs