💚 ci(github): Enable submodule checkout in deploy workflow

This commit is contained in:
punkfairie 2024-09-21 20:33:34 -07:00
parent 49ef1909b3
commit e763a6bb92
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js