From 473ad2947c2011f3d48058bdf5786437d4eac835 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sat, 24 Dec 2022 20:30:35 +0000 Subject: [PATCH] Remove demo --- .github/workflows/demos.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 5de2594afa..93fb6c3b66 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -716,15 +716,15 @@ jobs: with: xml-file: build/extracted-doc/word/document.xml xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd - - name: Run Demo - run: npm run ts-node -- ./demo/75-tab-stops.ts - - name: Extract Word Document - run: npm run extract - - name: Validate XML - uses: ChristophWurst/xmllint-action@v1 - with: - xml-file: build/extracted-doc/word/document.xml - xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd + # - name: Run Demo + # run: npm run ts-node -- ./demo/75-tab-stops.ts + # - name: Extract Word Document + # run: npm run extract + # - name: Validate XML + # uses: ChristophWurst/xmllint-action@v1 + # with: + # xml-file: build/extracted-doc/word/document.xml + # xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd - name: Run Demo run: npm run ts-node -- ./demo/76-compatibility.ts - name: Extract Word Document