Skip to content

Make tests strict-mode compliant under TypeScript 6.0 (#1297) #260

Make tests strict-mode compliant under TypeScript 6.0 (#1297)

Make tests strict-mode compliant under TypeScript 6.0 (#1297) #260

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@v6
- name: Use Node.js 24.x
uses: actions/setup-node@v6.4.0
with:
node-version: 24.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