feat: add emacs to update workflow

This commit is contained in:
Pavel Korytov 2021-11-26 17:29:00 +03:00
parent 5d3ad76296
commit b15e644874
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@ jobs:
pip3 install -r ./scripts/requirements.txt
- name: Run scripts
run: |
emacs -batch -l ./org/configs/publish.el
bash ./scripts/dot-stats-get-lengths.sh
python3 ./scripts/dot-stats-plot-history.py
python3 ./scripts/dot-stats-plot-lengths.py

View file

@ -1,5 +1,7 @@
(require 'package)
(require 'vc)
(require 'files)
(cd (concat (vc-find-root default-directory ".git") "org/configs"))
(setq package-user-dir (expand-file-name "./.packages"))