Update github action to use the parser at EbookFoundation/free-programming-books-parser

pull/21/head
Brogan Clements 2022-04-25 15:51:38 -04:00
parent 0e975e6504
commit 3859b0de50
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@ jobs:
- name: Checkout parser
uses: actions/checkout@v2
with:
repository: Senior-Design-2021-Ebook-Team/markdown-parser
repository: EbookFoundation/free-programming-books-parser
path: parser
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install -g https://github.com/Senior-Design-2021-Ebook-Team/markdown-parser
- run: npm install -g https://github.com/EbookFoundation/free-programming-books-parser
- run: fpb-parse --output ./json/fpb.json
- name: Commit Changes
run: |