[CI] Use lighter Emacs image, remove validation links in HTML
The docker image used is now Emacs on Alpine, which should be lighter than the previous one. The validation link is also now disabled in HTML exports.
This commit is contained in:
parent
24f5df77bb
commit
0927a9911b
@ -3,7 +3,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: silex/emacs:27
|
image: silex/emacs:27-alpine
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- ls -ahl
|
- ls -ahl
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
(package-install 'htmlize)
|
(package-install 'htmlize)
|
||||||
(package-install 's)
|
(package-install 's)
|
||||||
(require 's)
|
(require 's)
|
||||||
(setq org-confirm-babel-evaluate nil)
|
(setq org-confirm-babel-evaluate nil
|
||||||
|
org-html-validation-link nil)
|
||||||
(let* ((files (mapcar #'expand-file-name
|
(let* ((files (mapcar #'expand-file-name
|
||||||
(file-expand-wildcards "org/config/*.org"))))
|
(file-expand-wildcards "org/config/*.org"))))
|
||||||
(mapc (lambda (file)
|
(mapc (lambda (file)
|
||||||
|
Loading…
Reference in New Issue
Block a user