Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Oct 25, 2023
1 parent ff3888f commit 28a88b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-latex-math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
# 1. Delete latex-math contents in the current lecture to make sure that outdated files are removed
# (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/*
curl -sL https://api.github.com/repos/slds-lmu/latex-math/tarball/master | tar -xz --directory=latex-math/ --strip-components=1
rm latex-math/latex-math.pdf
# Use this pull request action to auto-generate a PR with the changes
# See https://github.com/peter-evans/create-pull-request#action-inputs
Expand Down

0 comments on commit 28a88b8

Please sign in to comment.