Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
skip doctest for now
  • Loading branch information
kose-y committed Mar 11, 2021
1 parent 5559d4b commit 7e2a153
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Expand Up @@ -77,11 +77,11 @@ jobs:
Pkg.add("Documenter")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: doctest
using SnpArrays
doctest(SnpArrays)'
# - run: |
# julia --project=docs -e '
# using Documenter: doctest
# using SnpArrays
# doctest(SnpArrays)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7e2a153

Please sign in to comment.