From f120bdb176cd849b09db0f042e2ca7916278cb75 Mon Sep 17 00:00:00 2001 From: Torben <59419684+entorb@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:47:01 +0100 Subject: [PATCH] Update check-and-ebook.yml --- .github/workflows/check-and-ebook.yml | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/check-and-ebook.yml b/.github/workflows/check-and-ebook.yml index b94bad8d0..2c204328e 100644 --- a/.github/workflows/check-and-ebook.yml +++ b/.github/workflows/check-and-ebook.yml @@ -95,26 +95,26 @@ jobs: pwd ls -l - - name: Install apt packages using cache - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: texlive-extra-utils pandoc calibre imagemagick ghostscript - version: 1.0 - # execute_install_scripts: true - - - name: Install ImageMagick to fix caching issue - # since cache does not properly work / "convert" not found - run: | - sudo apt-get install imagemagick - - - name: Print versions - run: | - cat /etc/os-release - # xelatex -v - # latexmk -v - calibre --version - pandoc --version - python3 --version + # - name: Install apt packages using cache + # uses: awalsh128/cache-apt-pkgs-action@latest + # with: + # packages: texlive-extra-utils pandoc calibre imagemagick ghostscript + # version: 1.0 + # # execute_install_scripts: true + + # - name: Install ImageMagick to fix caching issue + # # since cache does not properly work / "convert" not found + # run: | + # sudo apt-get install imagemagick + + # - name: Print versions + # run: | + # cat /etc/os-release + # # xelatex -v + # # latexmk -v + # calibre --version + # pandoc --version + # python3 --version - name: Download previous hpmor.html run: | @@ -130,7 +130,7 @@ jobs: - name: Compare to previous hpmor.html run: | ls -l - diff -u hpmor-prev.html hpmor.html > hpmor-html-diff.log + diff -u hpmor-prev.html hpmor.html > hpmor-html-diff.log || : ls -l rm hpmor-prev.html ls -l