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 6900303 commit 22001db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
make:
needs: check
# do not run for unchanged tex files
if: needs.check.outputs.cache-hit != 'true'
# if: needs.check.outputs.cache-hit != 'true'

runs-on: ubuntu-24.04

Expand Down Expand Up @@ -123,7 +123,9 @@ jobs:
- name: Make eBooks
run: |
wget --quiet https://github.com/entorb/hpmor-de/releases/download/WorkInProgress/hpmor.pdf -O hpmor.pdf
sh scripts/make_ebooks.sh > /dev/null
# sh scripts/make_ebooks.sh > /dev/null
cp hpmor-prev.html hpmor.html
echo "Test" >> hpmor.html
- name: Compare to previous hpmor.html
run: |
Expand Down

0 comments on commit 22001db

Please sign in to comment.