Skip to content

Merge pull request #26 from brunotot/hotfix-502-error-fix #29

Merge pull request #26 from brunotot/hotfix-502-error-fix

Merge pull request #26 from brunotot/hotfix-502-error-fix #29

name: typedoc-generator
on:
push:
paths:
- "packages/**/**/src/**"
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 🛠 Setup Git, PNPM and Node.js
uses: ./.github/composite-actions/install
- name: ⚙️ Build Typedoc assets
run: pnpm run writeTypedoc
- name: 🚢 Deploy Typedoc assets to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs