Skip to content

add workflow

add workflow #1

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ./node_modules/.bin/jsdoc2md lib.js -t api-template.hbs
- run: sed -i 's/a thing/stuff/g' lib.js
- run: ./node_modules/.bin/jsdoc2md lib.js -t api-template.hbs