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 8a4ddd2 commit f1c6810Copy full SHA for f1c6810
.github/workflows/deploy-docs.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # Needed for lastUpdated in VitePress
29
- submodules: recursive
30
31
- - name: Update submodules
32
- run: git submodule update --init --recursive
+ - name: Checkout submodules
+ run: |
+ git submodule update --init --recursive
33
34
- name: Setup Node
35
uses: actions/setup-node@v4
0 commit comments