Skip to content

Commit 23d807b

Browse files
committed
ci: fix bug in thread number specficiation of the Documentation action
1 parent 7290aaf commit 23d807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
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 -t=auto --project=docs/ docs/make.jl
29+
run: julia --threads=auto --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)