Skip to content

Bump @types/node from 22.2.0 to 22.5.0 (#1102) #186

Bump @types/node from 22.2.0 to 22.5.0 (#1102)

Bump @types/node from 22.2.0 to 22.5.0 (#1102) #186

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/[email protected]
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