Skip to content

Chore(deps-dev): bump @types/node from 22.4.1 to 22.5.4 (#656) #454

Chore(deps-dev): bump @types/node from 22.4.1 to 22.5.4 (#656)

Chore(deps-dev): bump @types/node from 22.4.1 to 22.5.4 (#656) #454

Workflow file for this run

name: Build docs and Upload to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn typedoc --out docs src/index.ts
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs