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