Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ctizen committed Dec 28, 2024
1 parent 5309289 commit 3c711fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
unzip fonts.zip && \
mv fonts/* /usr/share/fonts/extra_fonts/ && \
fc-cache -fv && \
fc-list | sort
lualatex -synctex=1 -interaction=nonstopmode -shell-escape rules.tex # first pass
lualatex -synctex=1 -interaction=nonstopmode -shell-escape rules.tex # second pass
fc-list | sort && \
(lualatex -synctex=1 -interaction=nonstopmode -shell-escape rules.tex || return 0) && \
(lualatex -synctex=1 -interaction=nonstopmode -shell-escape rules.tex || return 0)
- name: Add new release tag
if: always()
run: |
Expand Down

0 comments on commit 3c711fb

Please sign in to comment.