Skip to content

Commit 2b1218e

Browse files
committed
Configure warnings for file-not-found.
1 parent 4fd594d commit 2b1218e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pdf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
with:
3333
name: PDF
3434
path: build/latex/LAS.pdf
35+
if-no-files-found: error
3536
- uses: actions/upload-artifact@v4
3637
with:
3738
name: Misspelled
3839
path: build/spelling/output.txt
40+
if-no-files-found: ignore
3941

4042

4143

0 commit comments

Comments
 (0)