diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 59da4eaf..218dc550 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -29,7 +29,7 @@ jobs: # To access the developer tools from within a package's environment, they should be in the default environment - run: julia -e 'using Pkg; Pkg.develop([PackageSpec(path=joinpath(pwd(), "SnoopCompileCore")), PackageSpec(path=joinpath(pwd()))]); Pkg.instantiate()' # Additional packages we'll need - - run: julia --project=docs/ -e 'using Pkg; Pkg.add(["AbstractTrees", "Cthulhu"]) # pyplot would be nice but it often errors + - run: julia -e 'using Pkg; Pkg.add(["AbstractTrees", "Cthulhu"])' # pyplot would be nice but it often errors # Documenter wants them to be in the local environment - run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(path=joinpath(pwd(), "SnoopCompileCore")), PackageSpec(path=joinpath(pwd()))]); Pkg.instantiate()' - uses: julia-actions/julia-docdeploy@releases/v1