Skip to content

Commit

Permalink
Fix typos in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 21, 2024
1 parent 883bcf6 commit 70178df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using TypeParameterAccessors2
DocMeta.setdocmeta!(TypeParameterAccessors2, :DocTestSetup, :(using TypeParameterAccessors2); recursive=true)
doctest(TypeParameterAccessors2)
using TypeParameterAccessors
DocMeta.setdocmeta!(TypeParameterAccessors, :DocTestSetup, :(using TypeParameterAccessors); recursive=true)
doctest(TypeParameterAccessors)

0 comments on commit 70178df

Please sign in to comment.