Skip to content

chore(deps): update dependency typedoc to v0.25.13 (#148) #93

chore(deps): update dependency typedoc to v0.25.13 (#148)

chore(deps): update dependency typedoc to v0.25.13 (#148) #93

---
name: Build and deploy documentation πŸ“–
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
- name: Install and Build πŸ”§
run: |
yarn install --frozen-lockfile
yarn build
yarn generate-html-docs
ls -ltur html
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
branch: gh-pages