We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f1a88 commit 797a3b9Copy full SHA for 797a3b9
1 file changed
.github/workflows/pages.yml
@@ -33,6 +33,8 @@ jobs:
33
steps:
34
- name: Checkout repository
35
uses: actions/checkout@v4
36
+ with:
37
+ submodules: recursive
38
- name: Set up Python
39
uses: actions/setup-python@v5
40
with:
@@ -69,6 +71,8 @@ jobs:
69
71
70
72
73
74
75
76
77
78
0 commit comments