mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
feat: add emacs to update workflow
This commit is contained in:
parent
5d3ad76296
commit
b15e644874
2 changed files with 3 additions and 0 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue