Remove extraction

This commit is contained in:
Dolan Miu
2021-12-03 03:34:17 +00:00
parent e50a6edbed
commit 3a022c4d2a

View File

@ -202,9 +202,9 @@ jobs:
xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd
- name: Run Demo
run: npm run ts-node -- ./demo/19-export-to-base64.ts
- name: Extract Word Document
run: npm run extract
# Base 64 No longer works, abruptly. Node issue?
# - name: Extract Word Document
# run: npm run extract
# - name: Validate XML
# uses: ChristophWurst/xmllint-action@v1
# with: