Skip to content

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6 #274

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6 #274

Workflow file for this run

name: Publish github pages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build
- name: Deploy Github pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs