File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
26
26
27
27
env :
28
- JULIA_NUM_THREADS : 10
28
+ JULIA_NUM_THREADS : auto
29
29
30
30
jobs :
31
31
# Build job
40
40
- uses : julia-actions/julia-buildpkg@v1
41
41
- uses : julia-actions/julia-docdeploy@v1
42
42
env :
43
+ JULIA_NUM_THREADS : auto
43
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
44
45
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
45
46
JULIA_DEBUG : " Documenter"
Original file line number Diff line number Diff line change 10
10
- name : Checkout Actions Repository
11
11
uses : actions/checkout@v4
12
12
- name : Check spelling
13
- uses : crate-ci/typos@v1.33.1
13
+ uses : crate-ci/typos@v1.34.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
16
16
17
17
env :
18
- JULIA_NUM_THREADS : 11
18
+ JULIA_NUM_THREADS : auto
19
19
20
20
jobs :
21
21
test :
Original file line number Diff line number Diff line change 1
1
[default .extend-words ]
2
2
# Don't correct the surname "Teh"
3
- multline = " multline"
3
+ multline = " multline"
4
+ setp = " setp"
You can’t perform that action at this time.
0 commit comments