diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0542169..1a5a956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,14 +49,9 @@ jobs: git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts - - name: Setup my configuration - run: | - cp -r $(realpath .doom.d) $HOME/.doom.d - echo "(package! soria-theme)" >> $HOME/.doom.d/packages.el - cat $HOME/.doom.d/packages.el - - name: Sync run: | + cp -r $(realpath .doom.d) $HOME/.doom.d ~/.emacs.d/bin/doom sync - name: Check Doom installation |
