💚 ci(github): Enable submodule checkout in deploy workflow
This commit is contained in:
parent
49ef1909b3
commit
e763a6bb92
1 changed files with 2 additions and 0 deletions
2
.github/workflows/neocities.yml
vendored
2
.github/workflows/neocities.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
# Set up any tools and build steps here
|
# Set up any tools and build steps here
|
||||||
# This example uses a Node.js toolchain to build a site
|
# This example uses a Node.js toolchain to build a site
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
|
|
Loading…
Reference in a new issue