Skip to content

Commit 5823957

Browse files
authored
Update ci.yml
1 parent 97df90c commit 5823957

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
using Pkg
6363
Pkg.develop(PackageSpec(path=pwd()))
6464
Pkg.instantiate()'
65-
- run: |
66-
julia --project=docs -e '
67-
using Documenter: doctest
68-
using LoopVectorization
69-
doctest(LoopVectorization)'
65+
# - run: |
66+
# julia --project=docs -e '
67+
# using Documenter: doctest
68+
# using LoopVectorization
69+
# doctest(LoopVectorization)'
7070
- run: julia --project=docs docs/make.jl
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)