We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32b877 commit 2fc8bc9Copy full SHA for 2fc8bc9
.github/workflows/deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
with:
30
fetch-depth: 0 # Not needed if lastUpdated is not enabled
31
+ submodules: true
32
- name: Setup Node
33
uses: actions/setup-node@v4
34
0 commit comments