Skip config export (temporarily) in CI

This commit is contained in:
TEC 2022-12-08 23:55:33 +08:00
parent 5502ca89ad
commit b984f3f3c8
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ jobs:
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner '~/.emacs.d/bin/doom install --no-env --no-fonts'
- name: Export config
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
run: runner 'cd ~/.config/doom/misc/config-publishing && ./publish.sh'
# - name: Export config
# if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'
# run: runner 'cd ~/.config/doom/misc/config-publishing && ./publish.sh'
- name: Deploy
if: github.event_name != 'pull_request' && ( github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true')