Skip to content

Commit 37656df

Browse files
authored
Fix repo check-out in CI
1 parent 18da8ae commit 37656df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- name: Set up Git repository
27-
- uses: actions/checkout@v2
27+
uses: actions/checkout@v2
2828

2929
# First run of pdflatex.
3030
- name: pdflatex main

0 commit comments

Comments
 (0)