[CI] Use lighter Emacs image, remove validation links in HTML
continuous-integration/drone/push Build is passing 详情

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.
这个提交包含在:
Lucien Cartier-Tilet 2020-09-03 12:52:27 +02:00
父节点 24f5df77bb
当前提交 0927a9911b
签署人:: phundrak
GPG 密钥 ID: BD7789E705CB8DCA
共有 2 个文件被更改,包括 3 次插入2 次删除

查看文件

@ -3,7 +3,7 @@ name: default
steps:
- name: build
image: silex/emacs:27
image: silex/emacs:27-alpine
commands:
- pwd
- ls -ahl

查看文件

@ -6,7 +6,8 @@
(package-install 'htmlize)
(package-install '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
(file-expand-wildcards "org/config/*.org"))))
(mapc (lambda (file)