mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 08:03:05 +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
|
- name: Git Sumbodule Update
|
||||||
run: |
|
run: |
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
git submodule update --remote --recursive
|
git submodule update --init --remote --recursive
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
pip3 install -r ./scripts/requirements.txt
|
pip3 install -r ./scripts/requirements.txt
|
||||||
- name: Run scripts
|
- name: Run scripts
|
||||||
run: |
|
run: |
|
||||||
emacs -batch -l ./org/configs/publish.el
|
emacs -batch -l ./scripts/publish-configs.el
|
||||||
bash ./scripts/dot-stats-get-lengths.sh
|
bash ./scripts/dot-stats-get-lengths.sh
|
||||||
python3 ./scripts/dot-stats-plot-history.py
|
python3 ./scripts/dot-stats-plot-history.py
|
||||||
python3 ./scripts/dot-stats-plot-lengths.py
|
python3 ./scripts/dot-stats-plot-lengths.py
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
||||||
org/configs/**
|
org/configs/**
|
||||||
!org/configs/publish.el
|
|
||||||
/_data/
|
/_data/
|
||||||
/__data/
|
/__data/
|
||||||
/public/
|
/public/
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78ecd7e1bba152ac73ea6206906384aea384c58a
|
Subproject commit 17d6192394e6321e80fde5417954f84256fb6f57
|
||||||
Loading…
Add table
Reference in a new issue