From d1b45d416bd3ad492130280873f2a1bcbc90c03b Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 5 Nov 2020 00:33:54 +0000 Subject: [PATCH] Fix spacing issue --- .github/workflows/default.yml | 70 +++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index f2605597d6..77744603c6 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -62,40 +62,40 @@ jobs: - name: Download Artifact uses: actions/download-artifact@master with: - name: build - path: build + name: build + path: build - name: Run demos run: | - npm run ts-node -- ./demo/1-basic.ts - npm run ts-node -- ./demo/2-declaritive-styles.ts - npm run ts-node -- ./demo/3-numbering-and-bullet-points.ts - npm run ts-node -- ./demo/4-basic-table.ts - npm run ts-node -- ./demo/5-images.ts - npm run ts-node -- ./demo/6-page-borders.ts - npm run ts-node -- ./demo/7-landscape.ts - npm run ts-node -- ./demo/8-header-footer.ts - npm run ts-node -- ./demo/9-images-in-header-and-footer.ts - npm run ts-node -- ./demo/10-my-cv.ts - npm run ts-node -- ./demo/11-declaritive-styles-2.ts - npm run ts-node -- ./demo/12-scaling-images.ts - npm run ts-node -- ./demo/13-xml-styles.ts - npm run ts-node -- ./demo/14-page-numbers.ts - npm run ts-node -- ./demo/15-page-break-before.ts - npm run ts-node -- ./demo/16-multiple-sections.ts - npm run ts-node -- ./demo/17-footnotes.ts - npm run ts-node -- ./demo/18-image-from-buffer.ts - npm run ts-node -- ./demo/19-export-to-base64.ts - npm run ts-node -- ./demo/20-table-cell-borders.ts - npm run ts-node -- ./demo/21-bookmarks.ts - npm run ts-node -- ./demo/22-right-to-left-text.ts - npm run ts-node -- ./demo/23-base64-images.ts - npm run ts-node -- ./demo/24-images-to-table-cell.ts - npm run ts-node -- ./demo/26-paragraph-borders.ts - npm run ts-node -- ./demo/27-declaritive-styles-3.ts - npm run ts-node -- ./demo/28-table-of-contents.ts - npm run ts-node -- ./demo/29-numbered-lists.ts - npm run ts-node -- ./demo/30-template-document.ts - npm run ts-node -- ./demo/31-tables.ts - npm run ts-node -- ./demo/32-merge-and-shade-table-cells.ts - npm run ts-node -- ./demo/33-sequential-captions.ts - npm run ts-node -- ./demo/34-floating-tables.ts + npm run ts-node -- ./demo/1-basic.ts + npm run ts-node -- ./demo/2-declaritive-styles.ts + npm run ts-node -- ./demo/3-numbering-and-bullet-points.ts + npm run ts-node -- ./demo/4-basic-table.ts + npm run ts-node -- ./demo/5-images.ts + npm run ts-node -- ./demo/6-page-borders.ts + npm run ts-node -- ./demo/7-landscape.ts + npm run ts-node -- ./demo/8-header-footer.ts + npm run ts-node -- ./demo/9-images-in-header-and-footer.ts + npm run ts-node -- ./demo/10-my-cv.ts + npm run ts-node -- ./demo/11-declaritive-styles-2.ts + npm run ts-node -- ./demo/12-scaling-images.ts + npm run ts-node -- ./demo/13-xml-styles.ts + npm run ts-node -- ./demo/14-page-numbers.ts + npm run ts-node -- ./demo/15-page-break-before.ts + npm run ts-node -- ./demo/16-multiple-sections.ts + npm run ts-node -- ./demo/17-footnotes.ts + npm run ts-node -- ./demo/18-image-from-buffer.ts + npm run ts-node -- ./demo/19-export-to-base64.ts + npm run ts-node -- ./demo/20-table-cell-borders.ts + npm run ts-node -- ./demo/21-bookmarks.ts + npm run ts-node -- ./demo/22-right-to-left-text.ts + npm run ts-node -- ./demo/23-base64-images.ts + npm run ts-node -- ./demo/24-images-to-table-cell.ts + npm run ts-node -- ./demo/26-paragraph-borders.ts + npm run ts-node -- ./demo/27-declaritive-styles-3.ts + npm run ts-node -- ./demo/28-table-of-contents.ts + npm run ts-node -- ./demo/29-numbered-lists.ts + npm run ts-node -- ./demo/30-template-document.ts + npm run ts-node -- ./demo/31-tables.ts + npm run ts-node -- ./demo/32-merge-and-shade-table-cells.ts + npm run ts-node -- ./demo/33-sequential-captions.ts + npm run ts-node -- ./demo/34-floating-tables.ts