[CI] Better CI
Some checks failed
continuous-integration/drone/push Build is failing

The `.export.el' script will export automatically all my blog posts
from `content-org/blog.org' to multiple `.md' files in `content/'.
Manual export is no longer required!
This commit is contained in:
2020-09-03 20:23:30 +02:00
parent 8c18deb189
commit 3333d3a6ed
5 changed files with 15 additions and 1165 deletions

View File

@@ -9,10 +9,11 @@ steps:
- git submodule update --init --recursive
- name: build
image: alpine
image: silex/emacs:27-alpine
commands:
- apk add hugo
- mkdir blog
- emacs --script .export.el
- hugo -d blog
- name: deploy