Skip to content

Commit fc9f0d4

Browse files
committed
feat: updated github action
1 parent ac531a8 commit fc9f0d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-pdf.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install Emacs
1717
run: |
@@ -20,8 +20,7 @@ jobs:
2020
sudo apt-get install -y texlive-latex-extra
2121
2222
- name: Convert Org to PDF
23-
run: |
24-
emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
23+
run: emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
2524
- name: Release
2625
uses: softprops/action-gh-release@v2
2726
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)