Skip to content

Commit

Permalink
ci: fix name on workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Mar 7, 2024
1 parent 98c6b7b commit 1502329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: algebre-II-notes.tex
root_file: cv-french.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: algebre-II-notes.tex
root_file: cv-french.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1502329

Please sign in to comment.