Skip to content

Bump typedoc from 0.25.7 to 0.25.9 (#2727) #1142

Bump typedoc from 0.25.7 to 0.25.9 (#2727)

Bump typedoc from 0.25.7 to 0.25.9 (#2727) #1142

Workflow file for this run

name: Publish Docs
on:
push:
branches: [main]
jobs:
publish_docs:
runs-on: ubuntu-latest
container:
image: node
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
- run: npm ci
- run: ./bin/deploy-docs
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
directory: gh-pages
force: true