diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:48:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:48:46 +0200 |
| commit | 98f6691dcdfe18db6ee5c1196ac29d248a80b473 (patch) | |
| tree | 0651beb20cda5b77627d205b37106ae270c35e65 /.github | |
| parent | 85877d05d6b16fa56b322edbe3f10e0726272415 (diff) | |
| download | dotfiles-98f6691dcdfe18db6ee5c1196ac29d248a80b473.tar.gz dotfiles-98f6691dcdfe18db6ee5c1196ac29d248a80b473.zip | |
ci: trying to get paths right
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |
