We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e5669 commit 0a1b57bCopy full SHA for 0a1b57b
1 file changed
.github/workflows/main.yml
@@ -18,23 +18,11 @@ jobs:
18
- name: Build PDF with LuaLaTeX
19
uses: xu-cheng/latex-action@v2
20
with:
21
- root_file: main.tex # Change if needed
22
- latex_engine: lualatex
23
- output_directory: build
+ root_file: main.tex
+ latexmk_use_lualatex: true
24
25
- name: Upload PDF as artifact
26
uses: actions/upload-artifact@v4.6.2
27
28
name: compiled-pdf
29
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