Skip to content

Commit

Permalink
Update make-pdf-1-select.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 3, 2024
1 parent 35a3684 commit 70e667b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
echo "selected PDF: ${{ github.event.inputs.pdf_target }}"
- name: Print start date
- name: print start date
run: date +%Y-%m-%d_%H:%M

- name: Checkout repository
Expand All @@ -26,6 +26,19 @@ jobs:
persist-credentials: false
fetch-depth: 1 # 0 if you want to push to repo

- name: caching LaTeX files
uses: actions/cache@v4
with:
path: |
chapters/*.aux
hpmor*.aux
hpmor*.pdf
hpmor*.xdv
key: tex-cache

- name: ls chapters
run: ls -l chapters/

- name: Python set up
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 70e667b

Please sign in to comment.