web-deploy: checkout submodules

master
Sameer Puri 4 years ago
parent 35784a16d3
commit 31b6f1661b

@ -14,6 +14,8 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: 'true'
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable

Loading…
Cancel
Save