Skip to content

chore(deps-dev): bump @types/node from 18.16.19 to 20.4.0 #261

chore(deps-dev): bump @types/node from 18.16.19 to 20.4.0

chore(deps-dev): bump @types/node from 18.16.19 to 20.4.0 #261

Workflow file for this run

name: Generate js docs
on: push
jobs:
publish:
runs-on: [self-hosted, linux]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn install --frozen-lockfile
- run: npm run build
- run: sh generate_docs
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}