Skip to content

Commit 03920dd

Browse files
committed
fix(action): continue on error
1 parent 2687351 commit 03920dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publ.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
build_latex:
1717
runs-on: ubuntu-latest
1818

19+
continue-on-error: true
20+
1921
steps:
2022
- name: Checkout Repository
2123
uses: actions/checkout@v4
@@ -31,7 +33,7 @@ jobs:
3133
evangelion-jfm \
3234
xurl \
3335
silence
34-
apk add gcc || true
36+
apk add gcc
3537
mkdir ./public/batch >/dev/null 2>&1
3638
python3 make.py post
3739
python3 make.py batch

0 commit comments

Comments
 (0)