Skip to content

Commit

Permalink
Fix latex-action working directory for biblatex
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Sep 21, 2020
1 parent 87a8b7c commit 6b0cac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_thesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: docs/thesis/Valters_Melnalksnis_RECA0.tex
working_directory: docs/thesis/
root_file: Valters_Melnalksnis_RECA0.tex
latexmk_shell_escape: true

- name: Bump version
Expand Down Expand Up @@ -49,6 +50,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Valters_Melnalksnis_RECA0.pdf
asset_path: docs/thesis/Valters_Melnalksnis_RECA0.pdf
asset_name: Valters_Melnalksnis_RECA0.pdf
asset_content_type: application/pdf
1 change: 0 additions & 1 deletion docs/thesis/Valters_Melnalksnis_RECA0.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%Based on RTU EEF guidelines for bachelor thesis
%https://www.rtu.lv/writable/public_files/RTU_025.pdf
%Modified for smaller tasks

\documentclass[12pt,fleqn,titlepage,oneside]{article}

Expand Down

0 comments on commit 6b0cac6

Please sign in to comment.