Skip to content

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #14

build(deps-dev): bump lodash from 4.17.21 to 4.17.23

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #14

Workflow file for this run

name: Build gen-doc
on:
push:
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build gen-doc
run: npx jsdoc -c jsdoc.conf.json && git add docs/*
- name: Commit & Push
uses: actions-js/push@master
with:
github_token: ${{ secrets.GH_TOKEN }}
message: generated documentation
branch: main