Skip to content

Commit 3e1b845

Browse files
committed
docs: use [sources]
1 parent 5a52b02 commit 3e1b845

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ help:
88

99
docs/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

1313
docs-manifest:
1414
rm -f docs/Manifest.toml

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
1212
Changelog = "1"
1313
Documenter = "1"
1414
DocumenterMermaid = "0.1"
15+
16+
[sources]
17+
JuliaHub = { path = ".." }

0 commit comments

Comments
 (0)