Skip to content

chore(package.json): reviewed in direction of cnr #2

chore(package.json): reviewed in direction of cnr

chore(package.json): reviewed in direction of cnr #2

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
docs:
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run doc
- run: |
git config --global user.name 'terrestris'
git config --global user.email 'terrestris@users.noreply.github.com'
git diff --quiet || git commit -am "chore: automated doc generation"
git push