We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92a3df commit 97af36cCopy full SHA for 97af36c
.github/workflows/deploy-docs.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # Needed for lastUpdated in VitePress
29
+ submodules: recursive
30
31
- name: Setup Node
32
uses: actions/setup-node@v4
0 commit comments