Skip to content

Commit

Permalink
fix gh action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckeeDev committed Mar 18, 2024
1 parent e38fde9 commit 546f9b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- uses: actions/checkout@main
with:
submodules: true
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Compile LaTeX sources
uses: xu-cheng/latex-action@3.1.0
uses: xu-cheng/latex-action@3.2.0
with:
work_in_root_file_dir: true
latexmk_use_lualatex: true # This is needed to compile the root.tex file
Expand Down

0 comments on commit 546f9b3

Please sign in to comment.