Skip to content

Commit 29df06d

Browse files
authored
Run Docs with 2 threads
1 parent 829f0ba commit 29df06d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ jobs:
5959
Pkg.develop(PackageSpec(path=pwd()))
6060
Pkg.instantiate()'
6161
- run: |
62-
export JULIA_CPU_THREADS=2
6362
julia --project=./docs -e '
6463
using Documenter: doctest
6564
using StreamSampling
6665
doctest(StreamSampling)'
67-
- run: julia --project=./docs ./docs/make.jl
66+
- run: julia -t 2 --project=./docs ./docs/make.jl
6867
env:
6968
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7069
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)