Remove demo
This commit is contained in:
18
.github/workflows/demos.yml
vendored
18
.github/workflows/demos.yml
vendored
@ -716,15 +716,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
xml-file: build/extracted-doc/word/document.xml
|
xml-file: build/extracted-doc/word/document.xml
|
||||||
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/75-tab-stops.ts
|
# run: npm run ts-node -- ./demo/75-tab-stops.ts
|
||||||
- name: Extract Word Document
|
# - name: Extract Word Document
|
||||||
run: npm run extract
|
# run: npm run extract
|
||||||
- name: Validate XML
|
# - name: Validate XML
|
||||||
uses: ChristophWurst/xmllint-action@v1
|
# uses: ChristophWurst/xmllint-action@v1
|
||||||
with:
|
# with:
|
||||||
xml-file: build/extracted-doc/word/document.xml
|
# xml-file: build/extracted-doc/word/document.xml
|
||||||
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/76-compatibility.ts
|
run: npm run ts-node -- ./demo/76-compatibility.ts
|
||||||
- name: Extract Word Document
|
- name: Extract Word Document
|
||||||
|
Reference in New Issue
Block a user