Skip to content

Commit 6774ff4

Browse files
authored
fix: add .gitmodules (#6)
1 parent f61bde0 commit 6774ff4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
BASE_BRANCH: source
2828
BRANCH: master
2929
FOLDER: public
30-
BUILD_SCRIPT: yarn && yarn build
30+
BUILD_SCRIPT: git submodule update && yarn && yarn build
3131

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hexo-theme-matery"]
2+
path = themes/hexo-theme-matery
3+
url = https://github.com/blinkfox/hexo-theme-matery

0 commit comments

Comments
 (0)