aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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