We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2687351 commit 03920ddCopy full SHA for 03920dd
.github/workflows/publ.yml
@@ -16,6 +16,8 @@ jobs:
16
build_latex:
17
runs-on: ubuntu-latest
18
19
+ continue-on-error: true
20
+
21
steps:
22
- name: Checkout Repository
23
uses: actions/checkout@v4
@@ -31,7 +33,7 @@ jobs:
31
33
evangelion-jfm \
32
34
xurl \
35
silence
- apk add gcc || true
36
+ apk add gcc
37
mkdir ./public/batch >/dev/null 2>&1
38
python3 make.py post
39
python3 make.py batch
0 commit comments