Skip to content

Commit ffcf3fd

Browse files
committed
pre-commit
1 parent 62ed5dc commit ffcf3fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ jobs:
130130
--algolia-id "$ALGOLIA_ID" \
131131
--algolia-key "$ALGOLIA_KEY" \
132132
--index "$ALGOLIA_INDEX" \
133-
--priority 2
133+
--priority 2

deployment/installtutorials.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def process_repo(repo, destination_directory):
7878
shutil.copy(
7979
f"{repo}/search.html",
8080
destination_directory,
81-
)
81+
)
8282
shutil.copy(
8383
f"{repo}/searchindex.js",
8484
destination_directory,
85-
)
86-
85+
)
86+
8787
# copy _static files (CSS, JS) for page rendering
8888
shutil.copytree(
8989
f"{repo}/_static",

0 commit comments

Comments
 (0)