diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index fdb8b4a..032790d 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -14,6 +14,8 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v2 + with: + submodules: 'true' - uses: actions-rs/toolchain@v1 with: toolchain: stable