From 98f6691dcdfe18db6ee5c1196ac29d248a80b473 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 11:48:46 +0200 Subject: ci: trying to get paths right 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61c2b5b..beef054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,8 @@ jobs: run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts - ln -s $HOME/.doom.d $(realpath .doom.d) + set -x + cp -r $(realpath .doom.d) $HOME/.doom.d cat $HOME/.doom.d/packages.el ~/.emacs.d/bin/doom sync -- cgit v1.2.3