We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9897a15 commit 7fc4195Copy full SHA for 7fc4195
.github/workflows/release-pdf.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Convert Org to PDF
23
run: |
24
- emacs --batch -l org -eval "(org-babel-do-load-languages 'org-babel-load-languages '((org . t)))" -f org-latex-export-to-pdf workout-plan.org
+ emacs --batch -l org -eval "(setq org-export-output-file-name \"workout-plan.pdf\")" -eval "(org-babel-do-load-languages 'org-babel-load-languages '((org . t)))" -f org-latex-export-to-pdf workout-plan.org
25
26
- name: Create GitHub Release
27
id: create_release
0 commit comments