Skip to content

Commit 18f3fec

Browse files
committed
feat: fix test
1 parent 5d9f42a commit 18f3fec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
needs: [ build ]
6565
runs-on: ubuntu-latest
6666
steps:
67+
- name: Check out the source code
68+
uses: actions/checkout@v4
69+
with:
70+
fetch-depth: 0
71+
submodules: recursive
72+
6773
- name: Download artifacts
6874
uses: actions/download-artifact@v4
6975
with:

0 commit comments

Comments
 (0)