Skip to content

Commit

Permalink
Update check-and-ebook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Nov 17, 2024
1 parent fe5060b commit f120bdb
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit f120bdb

Please sign in to comment.