Skip to content

Commit

Permalink
Remove unnecessary doctest run
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschoelly committed Feb 3, 2021
1 parent 6d7facf commit 1499cef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: doctest
using GraphDatasets
doctest(GraphDatasets)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1499cef

Please sign in to comment.