From 454fa159d8c3061fabe7cfde71430750007b3b83 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 25 Jun 2022 11:37:31 +0300 Subject: [PATCH] fix: should fix configs --- .github/workflows/update.yml | 4 ++-- .gitignore | 1 - repos/dotfiles | 2 +- org/configs/publish.el => scripts/publish-configs.el | 0 4 files changed, 3 insertions(+), 4 deletions(-) rename org/configs/publish.el => scripts/publish-configs.el (100%) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e20d3b1..13d7dc5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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 diff --git a/.gitignore b/.gitignore index 093ea97..2c91564 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ org/configs/** -!org/configs/publish.el /_data/ /__data/ /public/ diff --git a/repos/dotfiles b/repos/dotfiles index 78ecd7e..17d6192 160000 --- a/repos/dotfiles +++ b/repos/dotfiles @@ -1 +1 @@ -Subproject commit 78ecd7e1bba152ac73ea6206906384aea384c58a +Subproject commit 17d6192394e6321e80fde5417954f84256fb6f57 diff --git a/org/configs/publish.el b/scripts/publish-configs.el similarity index 100% rename from org/configs/publish.el rename to scripts/publish-configs.el