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 May 17, 2024
1 parent 1cda660 commit 8413cee
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:
run: |
echo "selected PDF: ${{ github.event.inputs.pdf_target }}"
- name: Print start date
run: date +%Y-%m-%d_%H:%M

- name: Check out repository
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 1 # 0 if you want to push to repo

- name: caching LaTeX files
- name: Cache LaTeX files
uses: actions/cache@v4
with:
path: |
Expand All @@ -40,23 +37,12 @@ jobs:
hpmor*.xdv
key: latex-build-files

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

- name: Python set up
uses: actions/setup-python@v5
with:
python-version: "3.12"
# cache: "pip"

- name: ls before
run: |
pwd
ls -l chapters/
ls -l
- name: Check chapters for known issues
run: python3 -O scripts/check_chapters.py

- name: Install PDF requirements
run: |
# not: to save time
Expand Down Expand Up @@ -92,6 +78,3 @@ jobs:
- name: ls after
run: |
ls -l
- name: Print end date
run: date +%Y-%m-%d_%H:%M

0 comments on commit 8413cee

Please sign in to comment.