Skip to content

Commit 7290aaf

Browse files
committed
ci: update Documenter action to run multithreaded
1 parent b441cc7 commit 7290aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2828
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
29-
run: julia --project=docs/ docs/make.jl
29+
run: julia -t=auto --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)