Remove extraction
This commit is contained in:
4
.github/workflows/demos.yml
vendored
4
.github/workflows/demos.yml
vendored
@ -202,9 +202,9 @@ jobs:
|
|||||||
xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd
|
xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd
|
||||||
- name: Run Demo
|
- name: Run Demo
|
||||||
run: npm run ts-node -- ./demo/19-export-to-base64.ts
|
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?
|
# Base 64 No longer works, abruptly. Node issue?
|
||||||
|
# - name: Extract Word Document
|
||||||
|
# run: npm run extract
|
||||||
# - name: Validate XML
|
# - name: Validate XML
|
||||||
# uses: ChristophWurst/xmllint-action@v1
|
# uses: ChristophWurst/xmllint-action@v1
|
||||||
# with:
|
# with:
|
||||||
|
Reference in New Issue
Block a user