Skip to content

Commit

Permalink
style: remove punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hanford authored and Patrick Hanford committed Jun 28, 2024
1 parent 571a485 commit a2e0e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Pandoc & LaTeX.
- name: Set up Pandoc & LaTeX
run: |
sudo apt-get update
sudo apt-get install -y pandoc texlive texlive-xetex texlive-latex-extra
- name: Convert index.md to index.pdf.
- name: Convert index.md to index.pdf
run: |
if [[ -f "index.md" ]]; then
pandoc index.md -o index.pdf --template=templates/ph-simple.tex --pdf-engine=xelatex --from markdown-yaml_metadata_block
Expand Down

0 comments on commit a2e0e72

Please sign in to comment.