build: action 中增加 submodule 更新步骤

This commit is contained in:
BugKing 2020-12-03 19:41:09 +08:00 committed by GitHub
parent 1665a0f91a
commit 57c720938d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
name: Build Docker Image and Push
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
- name: Cache node modules