We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61bde0 commit 6774ff4Copy full SHA for 6774ff4
.github/workflows/main.yml
@@ -27,5 +27,5 @@ jobs:
27
BASE_BRANCH: source
28
BRANCH: master
29
FOLDER: public
30
- BUILD_SCRIPT: yarn && yarn build
+ BUILD_SCRIPT: git submodule update && yarn && yarn build
31
.gitmodules
@@ -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