Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Oct 30, 2023
1 parent 7db10cf commit c76c7a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fix-figure-paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:
push:
branches: [main, master]
paths: ['slides/**']

name: fix-figure-paths

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-slide-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: slds-lmu/lecture_service
# Don't show progress bar, very verbose for large repos
show-progress: false

# Most reliable way I've found to get the repo name and use it as a parameter for the checkout action
# see https://stackoverflow.com/a/75513916/409362
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-lecture-slide-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Probably makes most sense to only run this workflow when slides change
# Also added the workflow itself to trigger a run if it changes
# Comment out to run on every commit
paths: ['style/**', 'slides/**', 'slides-pdf/*.pdf', '.github/workflows/render-lecture-slide-status.yaml']
paths: ['style/**', 'slides/**', 'slides-pdf/*.pdf', 'latex-math/**', '.github/workflows/render-lecture-slide-status.yaml']

name: render-lecture-slide-status

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-latex-math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
# (example: there was an iml.tex that was superseded by ml-interpretable.tex)
# 2. Download latex-math from the canonical repo into ./latex-math
# 3. Delete latex-math.pdf to avoid dragging large binary blobs through the git history

- name: Get latex-math
run: |
rm -rf latex-math/*
Expand Down

0 comments on commit c76c7a6

Please sign in to comment.