Skip to content

Commit aae7f0d

Browse files
checkout submodules
1 parent 6774ff4 commit aae7f0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2121
- uses: actions/checkout@v2
22+
with:
23+
submodules: true
2224

2325
- name: Build and Deploy
2426
uses: JamesIves/github-pages-deploy-action@master
@@ -27,5 +29,5 @@ jobs:
2729
BASE_BRANCH: source
2830
BRANCH: master
2931
FOLDER: public
30-
BUILD_SCRIPT: git submodule update && yarn && yarn build
31-
32+
BUILD_SCRIPT: yarn && yarn build
33+

0 commit comments

Comments
 (0)