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 7290aaf commit 23d807bCopy full SHA for 23d807b
.github/workflows/Documentation.yml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
28
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
29
- run: julia -t=auto --project=docs/ docs/make.jl
+ run: julia --threads=auto --project=docs/ docs/make.jl
0 commit comments