Skip to content

Commit

Permalink
Update md-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfrinaldi committed Jan 8, 2025
1 parent 8bd6c79 commit 49a7ffe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/md-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout Action
uses: actions/checkout@v4

- name: Import Libraries
run: |
sudo apt-get update
sudo apt-get install -y texlive-base texlive-latex-base texlive-latex-extra texlive-xetex texlive-fonts-recommended texlive-fonts-extra texlive-lang-greek
- name: Run Markdown Script
run: |
rm -f combined-acronyms.md
Expand Down

0 comments on commit 49a7ffe

Please sign in to comment.