Skip to content

Commit

Permalink
Remove reference to StructTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Dec 12, 2020
1 parent 806e5fa commit cb2b185
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 @@ -61,11 +61,6 @@ jobs:
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: doctest
using StructTypes
doctest(StructTypes)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cb2b185

Please sign in to comment.