diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 10bdad1..358a522 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,6 +64,6 @@ jobs: shell: julia --project=docs --color=yes {0} run: | using Documenter: DocMeta, doctest - using PETSC - DocMeta.setdocmeta!(PETSC, :DocTestSetup, :(using PETSC); recursive=true) - doctest(PETSC) + using PetscCall + DocMeta.setdocmeta!(PetscCall, :DocTestSetup, :(using PetscCall); recursive=true) + doctest(PetscCall)