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 Apr 4, 2024
1 parent 40c0c77 commit 49f840d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
persist-credentials: false
fetch-depth: 1 # 0 if you want to push to repo

- name: calculate hash of date + chapters/*.tex
- name: calculate hash chapters/*.tex
id: calculate-hash
run: |
current_date=$(date -u '+%Y-%m-%d')
hash=$(md5sum chapters/*.tex)
echo "::set-output name=hash::"${current_date}_${hash}"
echo "::set-output name=hash::${current_date}_${hash}"
- name: Cache lookup
id: cache
Expand Down

0 comments on commit 49f840d

Please sign in to comment.