We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1f86a commit db23f68Copy full SHA for db23f68
1 file changed
.github/workflows/arxiv-draft.yml
@@ -14,11 +14,9 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
17
- # Install standard Pandoc
+ # Install Pandoc
18
- name: Setup Pandoc
19
- uses: pandoc/actions/setup@v1
20
- with:
21
- version: 'latest'
+ uses: r-lib/actions/setup-pandoc@v3
22
23
# Install a basic LaTeX environment using the maintained action
24
- name: Setup TeX Live
0 commit comments