chore: update workflow
parent
d05c9dfc93
commit
c9f5ee6095
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue