From 3b11fa3e40868f35d2d803eddec7818e6a2264e6 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Wed, 25 Dec 2024 10:39:16 +0900 Subject: [PATCH] update --- .github/workflows/GHPages.yml | 3 +-- .github/workflows/test-build-resources-with-pandoc.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index bd5bcc98..df02dae8 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -12,8 +12,7 @@ jobs: - uses: actions/setup-node@v4 - uses: docker://pandoc/latex:2.14 with: - args: | - sh build-resources-with-pandoc.sh + args: "&& sh build-resources-with-pandoc.sh" - name: Install Packages run: | npm i -f diff --git a/.github/workflows/test-build-resources-with-pandoc.yml b/.github/workflows/test-build-resources-with-pandoc.yml index 307e65ae..40f27b23 100644 --- a/.github/workflows/test-build-resources-with-pandoc.yml +++ b/.github/workflows/test-build-resources-with-pandoc.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 - uses: docker://pandoc/latex:2.14 with: - args: sh build-resources-with-pandoc.sh + args: "&& sh build-resources-with-pandoc.sh" - name: Archive resources uses: actions/upload-artifact@v4 with: