Skip to content

Commit c2cd469

Browse files
committed
Fix typo.
1 parent 8a9ded7 commit c2cd469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
uses: actions/checkout@v4
2626
- name: Setup Pages
2727
uses: actions/configure-pages@v4
28-
- name: Compile Manual
28+
- name: Compile Manual
2929
uses: xu-cheng/latex-action@v4
3030
with:
3131
root_file: main.tex
3232
texlive_version: 2025
33-
post_compile: 'mv main.pdf TMOUserGuide.pdf'
33+
post_compile: 'mv main.pdf TMOUserGuide.pdf'
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v3
3636
with:

0 commit comments

Comments
 (0)