Skip to content

Commit 878d352

Browse files
committed
chore: switch https to ssh for submodule
Signed-off-by: Charles Chin <[email protected]>
1 parent 5edc625 commit 878d352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646
with:
47-
submodules: true
47+
submodules: recursive
4848
fetch-depth: 1
4949

5050
- name: Setup Hugo

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "themes/pehe"]
22
path = themes/pehe
3-
url = https://github.com/eallion/pehe.git
3+
url = git@github.com:eallion/pehe.git

0 commit comments

Comments
 (0)