We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed7594 + b9b55a3 commit 4823bbfCopy full SHA for 4823bbf
1 file changed
.github/workflows/gh-pages.yml
@@ -23,6 +23,9 @@ jobs:
23
submodules: recursive
24
fetch-depth: 0
25
26
+ - name: Checkout submodules
27
+ run: git submodule update --init --recursive
28
+
29
- name: Set up Python
30
uses: actions/setup-python@v2.2.1
31
with:
0 commit comments