Skip to content

Commit 20b4f38

Browse files
committed
remove extra imported documenter
1 parent 1696902 commit 20b4f38

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,13 @@ jobs:
9191
- uses: actions/checkout@v4
9292
- uses: julia-actions/setup-julia@v2
9393
with:
94-
version: 'lts'
94+
version: '1'
9595
- run: |
9696
julia --project=docs -e '
97-
import Pkg; Pkg.add("Documenter")
98-
using Pkg
97+
import Pkg;
9998
Pkg.develop(PackageSpec(path=pwd()))
10099
Pkg.instantiate()'
101-
- run: julia --project=docs docs/make.jl
100+
- run: julia --project=docs docs/make.jl #Pkg.add("Documenter"); using Pkg
102101
env:
103102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104103
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)