fix: should fix configs

This commit is contained in:
Pavel Korytov 2022-06-25 11:37:31 +03:00
parent 977f01746e
commit 454fa159d8
4 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Git Sumbodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
git submodule update --init --remote --recursive
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
@ -29,7 +29,7 @@ jobs:
pip3 install -r ./scripts/requirements.txt
- name: Run scripts
run: |
emacs -batch -l ./org/configs/publish.el
emacs -batch -l ./scripts/publish-configs.el
bash ./scripts/dot-stats-get-lengths.sh
python3 ./scripts/dot-stats-plot-history.py
python3 ./scripts/dot-stats-plot-lengths.py

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
org/configs/**
!org/configs/publish.el
/_data/
/__data/
/public/

@ -1 +1 @@
Subproject commit 78ecd7e1bba152ac73ea6206906384aea384c58a
Subproject commit 17d6192394e6321e80fde5417954f84256fb6f57