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 a5977e9 commit 367db47Copy full SHA for 367db47
deploy_gh_pages.py
@@ -146,8 +146,6 @@ def deploy():
146
validate_links=branch == "master")
147
to_index[folder_name] = json_folder
148
149
- deploy()
150
-
151
# Index
152
print("Indexing...")
153
print(to_index)
@@ -160,6 +158,8 @@ def deploy():
160
158
for version, folder in to_index.items():
161
159
es.index(version, folder)
162
+ deploy()
+
163
else:
164
call("make html")
165
call("make json")
0 commit comments