aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:57:33 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:57:33 +0200
commitc54f22511822cc5cbcf55a10c340f9f3d001c8fd (patch)
treeae8d3775032c1129db2f8b501cc5b9d912c68dad /.github/workflows/ci.yml
parent3d42dee5e6b714922cc3f04d23e719740a8ac4f5 (diff)
downloaddotfiles-c54f22511822cc5cbcf55a10c340f9f3d001c8fd.tar.gz
dotfiles-c54f22511822cc5cbcf55a10c340f9f3d001c8fd.zip
Polishing things up a bit
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
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