We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac531a8 commit fc9f0d4Copy full SHA for fc9f0d4
.github/workflows/release-pdf.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Install Emacs
17
run: |
@@ -20,8 +20,7 @@ jobs:
20
sudo apt-get install -y texlive-latex-extra
21
22
- name: Convert Org to PDF
23
- run: |
24
- emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
+ run: emacs --batch -q --eval '(progn (find-file "workout-plan.org") (org-latex-export-to-pdf))'
25
- name: Release
26
uses: softprops/action-gh-release@v2
27
if: startsWith(github.ref, 'refs/tags/')
0 commit comments