We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af99f4 commit 61b6298Copy full SHA for 61b6298
1 file changed
.github/workflows/build.yml
@@ -11,6 +11,7 @@ jobs:
11
uses: actions/checkout@v1
12
- name: Compile LaTeX document
13
uses: xu-cheng/latex-action@v3
14
+ continue-on-error: true
15
with:
16
root_file: main.tex
17
working_directory: src
0 commit comments