Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Jun 5, 2023
1 parent 130515d commit 8a68bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ./.github/workflows/rec "*\.tex$" "xelatex -pdf"

- name: Recursively compile (doc|ppt)x? files
run: ./.github/workflows/rec "*\.(doc|ppt)x?$" "libreoffice --headless --convert-to pdf --outdir ."
run: ./.github/workflows/rec "*\.((doc|ppt)x?)|odt$" "libreoffice --headless --convert-to pdf --outdir ."

- name: Recursively compile md files
run: ./.github/workflows/rec "*\.md$" ${GITHUB_WORKSPACE}/.github/workflows/md2pdf
Expand Down

0 comments on commit 8a68bfa

Please sign in to comment.