Skip to content

Update diff-jelly.txt #229

Update diff-jelly.txt

Update diff-jelly.txt #229

Workflow file for this run

name: Generate .txt, .json and .csv
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: |
cd docs
npm install
- name: Generate
run: |
node docs/yaml-to.js
- name: Commit
uses: stefanzweifel/[email protected]
with:
commit_message: Generate .csv, .json and .txt