CI: Pull latest (dev) org-mode

This commit is contained in:
TEC 2023-02-12 12:43:37 +08:00
parent bf97667159
commit c875cc2b62
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 4 additions and 1 deletions

View File

@ -59,8 +59,11 @@ jobs:
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner '~/.config/emacs/bin/doom sync'
- name: Pull latest (dev) org-mode
if: steps.doomcache.outputs.cache-hit == 'true'
run: runner 'rm -r ~/.config/emacs/.local/straight/build-*/org/ && pushd ~/.config/emacs/.local/straight/repos/org/ && git fetch tecosaur dev && git reset --hard tecosaur/dev && popd'
- name: Rebuild changed packages
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner '~/.config/emacs/bin/doom build -r'
- name: Ensure emoji vector graphics exist