From c54f22511822cc5cbcf55a10c340f9f3d001c8fd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 16:57:33 +0200 Subject: Polishing things up a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3