We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696902 commit 20b4f38Copy full SHA for 20b4f38
.github/workflows/ci.yml
@@ -91,14 +91,13 @@ jobs:
91
- uses: actions/checkout@v4
92
- uses: julia-actions/setup-julia@v2
93
with:
94
- version: 'lts'
+ version: '1'
95
- run: |
96
julia --project=docs -e '
97
- import Pkg; Pkg.add("Documenter")
98
- using Pkg
+ import Pkg;
99
Pkg.develop(PackageSpec(path=pwd()))
100
Pkg.instantiate()'
101
- - run: julia --project=docs docs/make.jl
+ - run: julia --project=docs docs/make.jl #Pkg.add("Documenter"); using Pkg
102
env:
103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments