Skip to content

Commit

Permalink
update cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 4, 2024
1 parent 47036f7 commit 101c4eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
hpmor*.pdf
hpmor*.toc
hpmor*.xdv
key: tex-cache
key: latex

- name: ls chapters
run: ls -l chapters/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-6-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
hpmor*.pdf
hpmor*.toc
hpmor*.xdv
key: tex-cache
key: latex

- name: install requirements
run: sh scripts/install_requirements_pdf.sh > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-all-serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
hpmor*.pdf
hpmor*.toc
hpmor*.xdv
key: tex-cache
key: latex

- name: install requirements
run: |
Expand Down

0 comments on commit 101c4eb

Please sign in to comment.