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 6774ff4 commit aae7f0dCopy full SHA for aae7f0d
.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- uses: actions/checkout@v2
22
+ with:
23
+ submodules: true
24
25
- name: Build and Deploy
26
uses: JamesIves/github-pages-deploy-action@master
@@ -27,5 +29,5 @@ jobs:
27
29
BASE_BRANCH: source
28
30
BRANCH: master
31
FOLDER: public
- BUILD_SCRIPT: git submodule update && yarn && yarn build
-
32
+ BUILD_SCRIPT: yarn && yarn build
33
+
0 commit comments