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 829f0ba commit 29df06dCopy full SHA for 29df06d
.github/workflows/ci.yml
@@ -59,12 +59,11 @@ jobs:
59
Pkg.develop(PackageSpec(path=pwd()))
60
Pkg.instantiate()'
61
- run: |
62
- export JULIA_CPU_THREADS=2
63
julia --project=./docs -e '
64
using Documenter: doctest
65
using StreamSampling
66
doctest(StreamSampling)'
67
- - run: julia --project=./docs ./docs/make.jl
+ - run: julia -t 2 --project=./docs ./docs/make.jl
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments