Skip to content

change clean/update functions for old scrapers #191

change clean/update functions for old scrapers

change clean/update functions for old scrapers #191

Workflow file for this run

name: Update API Files
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install dependencies
run: npm install axios
- name: Update API Files
run: node apiUpdateFiles.js