chore: update workflow to use new src/ dir

pull/515/head
Josh Moore 8 months ago committed by Josh Moore
parent 8ac12398ce
commit 88a6afcf38

@ -20,7 +20,7 @@ jobs:
with:
node-version: 20.x
- name: Build README
run: npm i && node _build.js
run: npm i && node src/_build.js
- name: Commit & Push
# GH_NAME/GH_EMAIL can be any collaborator account with Force Push access
run: |

Loading…
Cancel
Save