Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schuler-henry committed Sep 25, 2023
1 parent 433d335 commit b0469a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Check files
run: "ls && ls /latex"
run: "ls && ls latex/"
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: "*.tex"
working_directory: latex/
work_in_root_file_dir: true
- name: Check files
run: "ls && ls latex/"
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b0469a7

Please sign in to comment.