Track theme submodule via SSH URL, drop CI-only override

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 7468d18885
commit 3109013403
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