Track theme submodule via SSH URL, drop CI-only override
Build and deploy / build-and-deploy (push) Has been cancelled

origin is already an SSH remote for this repo, so there's no real
reason for the submodule to stay on HTTPS. Removes the runtime
'git config submodule...url' override from the workflow, which is
now redundant.
This commit is contained in:
2026-08-13 15:52:20 +00:00
parent 0a6710462f
commit e764709934
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "themes/latex"]
path = themes/latex
url = https://git.haemka.in/hmk/pelican-latex.git
url = git@git.haemka.in:hmk/pelican-latex.git