File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 6262 JULIAHUB_TOKEN : ${{ secrets.JULIAHUB_TOKEN }}
6363 - uses : julia-actions/julia-processcoverage@v1
6464 - uses : codecov/codecov-action@v5
65- with :
66- file : lcov.info
6765
6866 aqua :
6967 name : Aqua
@@ -128,8 +126,6 @@ jobs:
128126 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129127 - uses : julia-actions/julia-processcoverage@v1
130128 - uses : codecov/codecov-action@v5
131- with :
132- file : lcov.info
133129
134130 doctest :
135131 name : Doctest
@@ -143,12 +139,9 @@ jobs:
143139 - name : Set up documentation environment
144140 run : |
145141 using Pkg
146- Pkg.develop(path=".")
147142 Pkg.instantiate()
148143 shell : julia --color=yes --project=docs/ {0}
149144 - name : Check doctests
150145 run : julia --color=yes --project=docs/ --code-coverage docs/make.jl --doctest
151146 - uses : julia-actions/julia-processcoverage@v1
152147 - uses : codecov/codecov-action@v5
153- with :
154- file : lcov.info
Original file line number Diff line number Diff line change 88
99docs/Manifest.toml : docs/Project.toml
1010 @echo " Instantiating the docs/ environment:"
11- ${JULIA} --color=yes --project=docs/ -e ' using Pkg; Pkg.develop(path="."); Pkg. instantiate()'
11+ ${JULIA} --color=yes --project=docs/ -e ' using Pkg; Pkg.instantiate()'
1212
1313docs-manifest :
1414 rm -f docs/Manifest.toml
Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
1212Changelog = " 1"
1313Documenter = " 1"
1414DocumenterMermaid = " 0.1"
15+
16+ [sources ]
17+ JuliaHub = { path = " .." }
You can’t perform that action at this time.
0 commit comments