Skip to content

Commit

Permalink
fix: tex file compilation is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Aug 21, 2024
1 parent 92c927e commit b61af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: $TEX_FILE
root_file: ${{ env.TEX_FILE }}
- name: move
run: mkdir -p ${{ env.ARTIFACTS_DIR}} && mv ${{ env.PDF_FILE }} ${{ env.ARTIFACTS_DIR }}
- name: Upload PDF file
Expand Down

0 comments on commit b61af27

Please sign in to comment.