chore: update workflow

This commit is contained in:
tangjinzhou 2020-04-04 14:57:20 +08:00
parent d05c9dfc93
commit c9f5ee6095

View File

@ -99,7 +99,13 @@ jobs:
uses: actions/checkout@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: Checkout submodules
uses: actions/checkout@master
with:
repository: tangjinzhou/antdv-demo
token: ${{ secrets.ACCESS_TOKEN }}
path: git@github.com:tangjinzhou/antdv-demo.git
- name: restore cache from package-lock.json
uses: actions/cache@v1