We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bbcf4 commit d1a9212Copy full SHA for d1a9212
.github/workflows/build_config.yml
@@ -12,9 +12,10 @@ jobs:
12
run: sudo apt update && sudo apt install -y git emacs-nox zip
13
14
- 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\")" && \
+ run: |
+ git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \
+ cd ~/.emacs.d/; \
18
+ emacs -Q --batch -l org --eval "(org-babel-tangle-file \"README.org\")"; \
19
emacs --batch --load ~/.emacs.d/early-init.el --load ~/.emacs.d/init.el
20
21
- name: Zip
0 commit comments