Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 5950dfd

Browse files
committed
Try to fix GitHub Actions build
1 parent fe93eb8 commit 5950dfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- master
2626

2727
env:
28+
CONCURRENCY: 1
2829
PYTHON_VERSION: 3.x
2930

3031
permissions:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ theme:
4747
# Plugins
4848
plugins:
4949
- projects:
50-
cache: false
50+
concurrency: !ENV CONCURRENCY
5151
projects_dir: examples
5252
projects_config_transform: !!python/name:examples.transform
5353
log_level: info

0 commit comments

Comments
 (0)