Skip to content

Merge pull request #39 from terrestris/mvnw #16

Merge pull request #39 from terrestris/mvnw

Merge pull request #39 from terrestris/mvnw #16

Workflow file for this run

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 '[email protected]'
git diff --quiet || git commit -am "chore: automated doc generation"
git push