Skip to content

Commit d1a9212

Browse files
committed
ci: run multi line cmd
1 parent 95bbcf4 commit d1a9212

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
run: sudo apt update && sudo apt install -y git emacs-nox zip
1313

1414
- name: Build
15-
run: git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d && \
16-
cd ~/.emacs.d/ && \
17-
emacs -Q --batch -l org --eval "(org-babel-tangle-file \"README.org\")" && \
15+
run: |
16+
git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \
17+
cd ~/.emacs.d/; \
18+
emacs -Q --batch -l org --eval "(org-babel-tangle-file \"README.org\")"; \
1819
emacs --batch --load ~/.emacs.d/early-init.el --load ~/.emacs.d/init.el
1920
2021
- name: Zip

0 commit comments

Comments
 (0)