Skip to content

Commit 4656db9

Browse files
Update main.yml
1 parent 08f16c1 commit 4656db9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,29 @@ jobs:
7070
run: |
7171
git switch master
7272
git submodule sync --recursive
73+
74+
echo "content in themes"
75+
ls themes
76+
77+
echo "content in themes/hermit-V2"
78+
ls themes/hermit-V2
79+
7380
git submodule update --remote themes/hermit-V2
81+
82+
echo "content in themes"
83+
ls themes
84+
85+
echo "content in themes/hermit-V2"
86+
ls themes/hermit-V2
87+
7488
git submodule update --init --recursive --force
89+
90+
echo "content in themes"
91+
ls themes
92+
93+
echo "content in themes/hermit-V2"
94+
ls themes/hermit-V2
95+
7596
hugo
7697
git add .
7798
git commit -m "new build"

0 commit comments

Comments
 (0)