Skip to content

Commit 0a1b57b

Browse files
authored
Update compiler to LuaLaTeX
1 parent c1e5669 commit 0a1b57b

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,11 @@ jobs:
1818
- name: Build PDF with LuaLaTeX
1919
uses: xu-cheng/latex-action@v2
2020
with:
21-
root_file: main.tex # Change if needed
22-
latex_engine: lualatex
23-
output_directory: build
21+
root_file: main.tex
22+
latexmk_use_lualatex: true
2423

2524
- name: Upload PDF as artifact
2625
uses: actions/upload-artifact@v4.6.2
2726
with:
2827
name: compiled-pdf
2928
path: build/*.pdf
30-
31-
- name: Deploy to GitHub Pages
32-
uses: JamesIves/github-pages-deploy-action@3.6.2
33-
with:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
BRANCH: gh-pages
36-
CLEAN: true
37-
SINGLE_COMMIT: true
38-
FOLDER: build
39-
GIT_CONFIG_NAME: github-actions
40-
GIT_CONFIG_EMAIL: github-actions@github.com

0 commit comments

Comments
 (0)