CI: Create emoji vector graphics for ox-latex

This commit is contained in:
TEC 2022-12-09 01:17:29 +08:00
parent c3f6753c9d
commit e63e847cb7
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ jobs:
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner '~/.config/emacs/bin/doom sync'
- name: Ensure emoji vector graphics exist
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner "emacs --batch --eval \"(progn (load \\\"~/.config/emacs/lisp/doom.el\\\") (require 'doom-cli) (doom-initialize-packages) (load \\\"~/.config/doom/subconf/ox-latex-emoji.el\\\") (unless (file-exists-p (expand-file-name \\\"twemoji\\\" org-latex-emoji-base-dir)) (org-latex-emoji-install \\\"twemoji\\\" t)))\""
# - name: Export config
# if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
# run: runner 'cd ~/.config/doom/misc/config-publishing && ./publish.sh'