Commit 5f4d37f
Fix compile.sh to suppress rm errors for non-existent files
Add -f flag to rm command to prevent exit code 1 when cleanup
tries to delete files that don't exist (e.g., *.fdb_latexmk).
This was causing GitHub Actions CI to fail despite successful
PDF compilation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b755335 commit 5f4d37f
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Binary file not shown.
0 commit comments