Skip to content

Commit 7fc4195

Browse files
committed
feat: updated github action
1 parent 9897a15 commit 7fc4195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Convert Org to PDF
2323
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
24+
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
2525
2626
- name: Create GitHub Release
2727
id: create_release

0 commit comments

Comments
 (0)