diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 048bc07..0000000 --- a/.build.yml +++ /dev/null @@ -1,9 +0,0 @@ - -image: archlinux -packages: - - emacs-nox -tasks: - - build-docs: | - # Generate site files (make sure to update folder name!) - cd dotfiles - emacs -Q --script build-docs.el |