Skip to content

Commit 3ba980f

Browse files
committed
Remove reference to StructTypes
1 parent 1ae4ef6 commit 3ba980f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
using Pkg
5858
Pkg.develop(PackageSpec(path=pwd()))
5959
Pkg.instantiate()'
60-
- run: |
61-
julia --project=docs -e '
62-
using Documenter: doctest
63-
using StructTypes
64-
doctest(StructTypes)'
6560
- run: julia --project=docs docs/make.jl
6661
env:
6762
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)