mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
fix: should fix configs
This commit is contained in:
parent
977f01746e
commit
454fa159d8
4 changed files with 3 additions and 4 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -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
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
org/configs/**
|
||||
!org/configs/publish.el
|
||||
/_data/
|
||||
/__data/
|
||||
/public/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 78ecd7e1bba152ac73ea6206906384aea384c58a
|
||||
Subproject commit 17d6192394e6321e80fde5417954f84256fb6f57
|
||||
Loading…
Add table
Reference in a new issue