diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-25 04:49:32 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-25 04:49:32 -0500 |
| commit | d6175b1c9a467568cf2e860239f9f5ac2a747b83 (patch) | |
| tree | 5fedf1a54d361066b700b546fa8d5783f38c6bd7 /.github/workflows/static.yml | |
| parent | 8029cba1635b7c20ae62387e084b53b15a3b225f (diff) | |
checkout submodules in GitHub action
Diffstat (limited to '.github/workflows/static.yml')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 27e116f5..b463db78 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions/setup-node@v1 - name: Cache node modules |
